geocaches for the atmosphere
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}