From 61ca10c881dac976a0ee56ea155b87d1b44d864f Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 29 May 2024 07:08:15 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_account_status/receive.json | 95 ----------------------- config/v3/verify_email/send.json | 3 +- 2 files changed, 2 insertions(+), 96 deletions(-) diff --git a/config/v3/get_account_status/receive.json b/config/v3/get_account_status/receive.json index 51b0bb05e..78cef02d2 100644 --- a/config/v3/get_account_status/receive.json +++ b/config/v3/get_account_status/receive.json @@ -94,101 +94,6 @@ "type": "object", "additionalProperties": false, "properties": { - "authenticated_with_idv": { - "description": "This represents the current status of idv authentication for each mt5 jurisdiction.", - "type": "object", - "additionalProperties": false, - "properties": { - "bvi": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "dsl": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "iom": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "labuan": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "malta": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "maltainvest": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "samoa": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "samoa-virtual": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "svg": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "vanuatu": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - }, - "virtual": { - "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", - "type": "integer", - "enum": [ - 0, - 1 - ] - } - } - }, "expiry_date": { "description": "This is the epoch of the document expiry date.", "type": "integer" diff --git a/config/v3/verify_email/send.json b/config/v3/verify_email/send.json index e719f8fb6..ca780f361 100644 --- a/config/v3/verify_email/send.json +++ b/config/v3/verify_email/send.json @@ -28,7 +28,8 @@ "trading_platform_dxtrade_password_reset", "trading_platform_mt5_password_reset", "trading_platform_investor_password_reset", - "request_email" + "request_email", + "phone_number_verification" ] }, "url_parameters": {