Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Oct 30, 2024
1 parent 5ec8dc1 commit 0f8d8c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/v3/get_settings/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
"description": "A list of available carriers (if empty assume Phone Number Verification is not available at the moment)",
"type": "array"
},
"challenge_attempts_remaining": {
"description": "Indicates the attempts remaining for /phone_number_challenge",
"type": "integer"
},
"next_attempt": {
"description": "(Optional) Indicates the timestamp for the next verification attempt",
"type": "integer"
Expand All @@ -227,6 +231,10 @@
0,
1
]
},
"verify_attempts_remaining": {
"description": "Indicates the attempts remaining for /phone_number_verification",
"type": "integer"
}
}
},
Expand Down

0 comments on commit 0f8d8c5

Please sign in to comment.