Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 70c08ef

Browse files
author
nobody
committed
JSON Schema Update
1 parent a420ee7 commit 70c08ef

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

config/v3/get_account_status/receive.json

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,101 @@
9494
"type": "object",
9595
"additionalProperties": false,
9696
"properties": {
97+
"authenticated_with_idv": {
98+
"description": "This represents the current status of idv authentication for each mt5 jurisdiction.",
99+
"type": "object",
100+
"additionalProperties": false,
101+
"properties": {
102+
"bvi": {
103+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
104+
"type": "integer",
105+
"enum": [
106+
0,
107+
1
108+
]
109+
},
110+
"dsl": {
111+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
112+
"type": "integer",
113+
"enum": [
114+
0,
115+
1
116+
]
117+
},
118+
"iom": {
119+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
120+
"type": "integer",
121+
"enum": [
122+
0,
123+
1
124+
]
125+
},
126+
"labuan": {
127+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
128+
"type": "integer",
129+
"enum": [
130+
0,
131+
1
132+
]
133+
},
134+
"malta": {
135+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
136+
"type": "integer",
137+
"enum": [
138+
0,
139+
1
140+
]
141+
},
142+
"maltainvest": {
143+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
144+
"type": "integer",
145+
"enum": [
146+
0,
147+
1
148+
]
149+
},
150+
"samoa": {
151+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
152+
"type": "integer",
153+
"enum": [
154+
0,
155+
1
156+
]
157+
},
158+
"samoa-virtual": {
159+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
160+
"type": "integer",
161+
"enum": [
162+
0,
163+
1
164+
]
165+
},
166+
"svg": {
167+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
168+
"type": "integer",
169+
"enum": [
170+
0,
171+
1
172+
]
173+
},
174+
"vanuatu": {
175+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
176+
"type": "integer",
177+
"enum": [
178+
0,
179+
1
180+
]
181+
},
182+
"virtual": {
183+
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
184+
"type": "integer",
185+
"enum": [
186+
0,
187+
1
188+
]
189+
}
190+
}
191+
},
97192
"expiry_date": {
98193
"description": "This is the epoch of the document expiry date.",
99194
"type": "integer"

0 commit comments

Comments
 (0)