Skip to content

Commit 0f8d8c5

Browse files
author
nobody
committed
JSON Schema Update
1 parent 5ec8dc1 commit 0f8d8c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/v3/get_settings/receive.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
"description": "A list of available carriers (if empty assume Phone Number Verification is not available at the moment)",
205205
"type": "array"
206206
},
207+
"challenge_attempts_remaining": {
208+
"description": "Indicates the attempts remaining for /phone_number_challenge",
209+
"type": "integer"
210+
},
207211
"next_attempt": {
208212
"description": "(Optional) Indicates the timestamp for the next verification attempt",
209213
"type": "integer"
@@ -227,6 +231,10 @@
227231
0,
228232
1
229233
]
234+
},
235+
"verify_attempts_remaining": {
236+
"description": "Indicates the attempts remaining for /phone_number_verification",
237+
"type": "integer"
230238
}
231239
}
232240
},

0 commit comments

Comments
 (0)