From fc5e470d6d9f0ad45d1388f1a93db0e1c46fc84e Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Mon, 9 Sep 2024 10:27:16 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/account_list/receive.json | 1 - config/v3/authorize/receive.json | 2 -- config/v3/landing_company/receive.json | 23 ------------------- config/v3/mt5_get_settings/receive.json | 1 - .../v3/transfer_between_accounts/receive.json | 8 ------- config/v3/website_config/receive.json | 4 ---- config/v3/website_status/receive.json | 4 ---- 7 files changed, 43 deletions(-) diff --git a/config/v3/account_list/receive.json b/config/v3/account_list/receive.json index cf79e483..4fa2ff5f 100644 --- a/config/v3/account_list/receive.json +++ b/config/v3/account_list/receive.json @@ -87,7 +87,6 @@ "type": "string", "enum": [ "ctrader", - "derivez", "dtrade", "dwallet", "dxtrade", diff --git a/config/v3/authorize/receive.json b/config/v3/authorize/receive.json index cd9f2504..8f12cc39 100644 --- a/config/v3/authorize/receive.json +++ b/config/v3/authorize/receive.json @@ -89,7 +89,6 @@ "type": "string", "enum": [ "ctrader", - "derivez", "dtrade", "dwallet", "dxtrade", @@ -159,7 +158,6 @@ "type": "string", "enum": [ "ctrader", - "derivez", "dtrade", "dwallet", "dxtrade", diff --git a/config/v3/landing_company/receive.json b/config/v3/landing_company/receive.json index 6513df2a..f87a41e1 100644 --- a/config/v3/landing_company/receive.json +++ b/config/v3/landing_company/receive.json @@ -57,29 +57,6 @@ } } }, - "derivez": { - "description": "Available DerivEZ accounts.", - "type": "object", - "additionalProperties": false, - "properties": { - "all": { - "description": "DerivEZ all account types (Synthetic Indices and Financials).", - "type": "object", - "additionalProperties": false, - "properties": { - "standard": { - "description": "For standard client", - "type": "string", - "enum": [ - "svg", - "none" - ], - "additionalProperties": false - } - } - } - } - }, "dxtrade_all_company": { "description": "Available Deriv X all account types (Synthetic Indices and Financials).", "type": "object", diff --git a/config/v3/mt5_get_settings/receive.json b/config/v3/mt5_get_settings/receive.json index 4c6baa2f..43210bf1 100644 --- a/config/v3/mt5_get_settings/receive.json +++ b/config/v3/mt5_get_settings/receive.json @@ -172,7 +172,6 @@ "description": "Sub account type", "type": "string", "enum": [ - "derivez", "financial", "financial_stp", "standard" diff --git a/config/v3/transfer_between_accounts/receive.json b/config/v3/transfer_between_accounts/receive.json index 80f048d6..9b32ec6e 100644 --- a/config/v3/transfer_between_accounts/receive.json +++ b/config/v3/transfer_between_accounts/receive.json @@ -41,7 +41,6 @@ "ctrader", "doughflow", "dxtrade", - "derivez", "mt5", "p2p", "paymentagent", @@ -69,13 +68,6 @@ 1 ] }, - "derivez_group": { - "description": "The group of derivez account.", - "type": "string", - "examples": [ - "real\\svg_ez_usd" - ] - }, "landing_company_short": { "description": "Landing company shortcode of the Trading account.", "type": "string" diff --git a/config/v3/website_config/receive.json b/config/v3/website_config/receive.json index c794b844..2b35d034 100644 --- a/config/v3/website_config/receive.json +++ b/config/v3/website_config/receive.json @@ -143,10 +143,6 @@ "description": "Range of allowed amount for transfer between ctrader accounts.", "type": "object" }, - "limits_derivez": { - "description": "Range of allowed amount for transfer between derivez accounts.", - "type": "object" - }, "limits_dxtrade": { "description": "Range of allowed amount for transfer between dxtrade accounts.", "type": "object" diff --git a/config/v3/website_status/receive.json b/config/v3/website_status/receive.json index 69270f19..4f84e8b1 100644 --- a/config/v3/website_status/receive.json +++ b/config/v3/website_status/receive.json @@ -260,10 +260,6 @@ "description": "Range of allowed amount for transfer between ctrader accounts.", "type": "object" }, - "limits_derivez": { - "description": "Range of allowed amount for transfer between derivez accounts.", - "type": "object" - }, "limits_dxtrade": { "description": "Range of allowed amount for transfer between dxtrade accounts.", "type": "object"