UNPKG

292 BJSONView Raw
1{
2 "$id": "disposable-password",
3 "type": "object",
4 "required": [
5 "id",
6 "challengeType"
7 ],
8 "properties": {
9 "challengeType": {
10 "default": "phone",
11 "const": "phone"
12 },
13 "id": {
14 "type": "string",
15 "description": "User identificator"
16 }
17 }
18}