Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Nov 9, 2023
1 parent a143195 commit 0e91f02
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions config/v3/transfer_between_accounts/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,30 @@
"type": "object",
"additionalProperties": false,
"properties": {
"account_type": {
"description": "Type of the account. Please note that `binary` is deprecated and replaced by `trading`",
"account_category": {
"description": "Category of the account.",
"type": "string",
"enum": [
"trading",
"mt5",
"wallet",
"wallet"
]
},
"account_type": {
"description": "Type of the account.",
"type": "string",
"enum": [
"binary",
"crypto",
"ctrader",
"doughflow",
"dxtrade",
"derivez",
"binary",
"ctrader"
"mt5",
"p2p",
"paymentagent",
"paymentagent_client",
"standard",
"virtual"
]
},
"balance": {
Expand Down Expand Up @@ -74,9 +87,9 @@
"description": "Market type of account.",
"type": "string",
"enum": [
"all",
"financial",
"synthetic",
"all"
"synthetic"
]
},
"mt5_group": {
Expand All @@ -95,6 +108,16 @@
"examples": [
"poa_failed"
]
},
"transfers": {
"description": "Type of transfers allowed between the account and the currently authorized account.",
"type": "string",
"enum": [
"all",
"deposit",
"none",
"withdrawal"
]
}
}
}
Expand Down

0 comments on commit 0e91f02

Please sign in to comment.