Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Sep 9, 2024
1 parent 85feab5 commit fc5e470
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion config/v3/account_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"type": "string",
"enum": [
"ctrader",
"derivez",
"dtrade",
"dwallet",
"dxtrade",
Expand Down
2 changes: 0 additions & 2 deletions config/v3/authorize/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"type": "string",
"enum": [
"ctrader",
"derivez",
"dtrade",
"dwallet",
"dxtrade",
Expand Down Expand Up @@ -159,7 +158,6 @@
"type": "string",
"enum": [
"ctrader",
"derivez",
"dtrade",
"dwallet",
"dxtrade",
Expand Down
23 changes: 0 additions & 23 deletions config/v3/landing_company/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion config/v3/mt5_get_settings/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"description": "Sub account type",
"type": "string",
"enum": [
"derivez",
"financial",
"financial_stp",
"standard"
Expand Down
8 changes: 0 additions & 8 deletions config/v3/transfer_between_accounts/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"ctrader",
"doughflow",
"dxtrade",
"derivez",
"mt5",
"p2p",
"paymentagent",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions config/v3/website_config/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions config/v3/website_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc5e470

Please sign in to comment.