From 783bc2eb28367857be653d553ed29b75d94f7dea Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Wed, 29 May 2024 11:20:12 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_account_status/receive.json | 95 +++++++++++++++++++++++ config/v3/verify_email/send.json | 3 +- 2 files changed, 96 insertions(+), 2 deletions(-) diff --git a/config/v3/get_account_status/receive.json b/config/v3/get_account_status/receive.json index 78cef02d..51b0bb05 100644 --- a/config/v3/get_account_status/receive.json +++ b/config/v3/get_account_status/receive.json @@ -94,6 +94,101 @@ "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 ca780f36..e719f8fb 100644 --- a/config/v3/verify_email/send.json +++ b/config/v3/verify_email/send.json @@ -28,8 +28,7 @@ "trading_platform_dxtrade_password_reset", "trading_platform_mt5_password_reset", "trading_platform_investor_password_reset", - "request_email", - "phone_number_verification" + "request_email" ] }, "url_parameters": {