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