From 576bec4a6edaf3e585f34d7e1b95ac9328dcae0b Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Fri, 19 Jul 2024 04:15:51 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_settings/receive.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/v3/get_settings/receive.json b/config/v3/get_settings/receive.json index 24faba81..9f4c308f 100644 --- a/config/v3/get_settings/receive.json +++ b/config/v3/get_settings/receive.json @@ -200,6 +200,10 @@ "verified" ], "properties": { + "carriers": { + "description": "A list of available carriers (if empty assume Phone Number Verification is not available at the moment)", + "type": "array" + }, "next_attempt": { "description": "(Optional) Indicates the timestamp for the next verification attempt", "type": "integer"