service status on atproto
at main 949 B view raw
1{ 2 "lexicon": 1, 3 "id": "systems.gaze.barometer.service", 4 "defs": { 5 "main": { 6 "type": "record", 7 "key": "any", 8 "record": { 9 "type": "object", 10 "required": ["name"], 11 "properties": { 12 "name": { 13 "type": "string" 14 }, 15 "description": { 16 "type": "string" 17 }, 18 "appUri": { 19 "type": "string", 20 "format": "uri" 21 }, 22 "hostedBy": { 23 "type": "string", 24 "format": "at-uri" 25 }, 26 "currentState": { 27 "type": "string", 28 "format": "at-uri" 29 } 30 } 31 } 32 } 33 } 34}