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 May 29, 2024
1 parent 307b215 commit 783bc2e
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 2 deletions.
95 changes: 95 additions & 0 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions config/v3/verify_email/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 783bc2e

Please sign in to comment.