From 0049ed41ff008bb1aad713a59410164769571f71 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Wed, 30 Oct 2024 05:15:31 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_settings/receive.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/v3/get_settings/receive.json b/config/v3/get_settings/receive.json index e3fc561c..878f8681 100644 --- a/config/v3/get_settings/receive.json +++ b/config/v3/get_settings/receive.json @@ -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" @@ -227,6 +231,10 @@ 0, 1 ] + }, + "verify_attempts_remaining": { + "description": "Indicates the attempts remaining for /phone_number_verification", + "type": "integer" } } },