atproto blogging
at main 30 lines 641 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.temp.checkSignupQueue", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Check accounts location in signup queue.", 8 "output": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "activated" 14 ], 15 "properties": { 16 "activated": { 17 "type": "boolean" 18 }, 19 "estimatedTimeMs": { 20 "type": "integer" 21 }, 22 "placeInQueue": { 23 "type": "integer" 24 } 25 } 26 } 27 } 28 } 29 } 30}