Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Apr 22, 2024
1 parent d6590f8 commit 7bc54c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/v3/get_settings/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,28 @@
],
"sensitive": 1
},
"phone_number_verification": {
"description": "The status of the Phone Number Verification.",
"type": "object",
"additionalProperties": false,
"required": [
"verified"
],
"properties": {
"next_attempt": {
"description": "(Optional) Indicates the timestamp for the next verification attempt",
"type": "integer"
},
"verified": {
"description": "Indicates the verification status of the client's phone number.",
"type": "integer",
"enum": [
0,
1
]
}
}
},
"place_of_birth": {
"description": "Place of birth, 2-letter country code.",
"type": [
Expand Down

0 comments on commit 7bc54c7

Please sign in to comment.