self explanatory
+38
lexicon/world.geocache.cache.status.json
+38
lexicon/world.geocache.cache.status.json
···
1
+
{
2
+
"lexicon": 1,
3
+
"id": "world.geocache.cache.status",
4
+
"defs": {
5
+
"main": {
6
+
"type": "string",
7
+
"description": "The status of the geocache",
8
+
"default": "world.geocache.cache#staging",
9
+
"knownValues": [
10
+
"world.geocache.cache.status#active",
11
+
"world.geocache.cache.status#dead",
12
+
"world.geocache.cache.status#done",
13
+
"world.geocache.cache.status#staging",
14
+
"world.geocache.cache.status#asleep"
15
+
]
16
+
},
17
+
"active": {
18
+
"type": "token",
19
+
"description": "This geocache is accessible."
20
+
},
21
+
"dead": {
22
+
"type": "token",
23
+
"description": "This geocache is inaccessible, and not expected to become accessible again."
24
+
},
25
+
"done": {
26
+
"type": "token",
27
+
"description": "This geocache was a time limited experience, and has since been put to rest."
28
+
},
29
+
"staging": {
30
+
"type": "token",
31
+
"description": "This geocache has yet to be deployed."
32
+
},
33
+
"asleep": {
34
+
"type": "token",
35
+
"description": "This geocache is temporarily inaccessible, but may become accessible again at some known time."
36
+
}
37
+
}
38
+
}
History
2 rounds
1 comment
freyja-lynx.dev
submitted
#1
1 commit
expand
collapse
53cf2569
actually added the new lexicon files lol
expand 0 comments
pull request successfully merged
freyja-lynx.dev
submitted
#0
1 commit
expand
collapse
2c88880b
actually added the new lexicon files lol
forgot to remove the stub because we didn't actually go that route