atproto blogging
at main 24 lines 525 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.temp.requestPhoneVerification", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Request a verification code to be sent to the supplied phone number", 8 "input": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "phoneNumber" 14 ], 15 "properties": { 16 "phoneNumber": { 17 "type": "string" 18 } 19 } 20 } 21 } 22 } 23 } 24}