Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed May 29, 2024
1 parent f3b1684 commit 61ca10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 96 deletions.
95 changes: 0 additions & 95 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,101 +94,6 @@
"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: 2 additions & 1 deletion config/v3/verify_email/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"trading_platform_dxtrade_password_reset",
"trading_platform_mt5_password_reset",
"trading_platform_investor_password_reset",
"request_email"
"request_email",
"phone_number_verification"
]
},
"url_parameters": {
Expand Down

0 comments on commit 61ca10c

Please sign in to comment.