Skip to content

Commit 136b9b8

Browse files
JSON Schema Update
1 parent 2718623 commit 136b9b8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

config/v3/mt5_login_list/receive.json

+8
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"type": "object",
9191
"additionalProperties": false,
9292
"properties": {
93+
"group": {
94+
"description": "Internal server grouping.",
95+
"type": "string"
96+
},
9397
"location": {
9498
"description": "Sever location.",
9599
"type": "string"
@@ -179,6 +183,10 @@
179183
"type": "object",
180184
"additionalProperties": false,
181185
"properties": {
186+
"group": {
187+
"description": "Internal server grouping.",
188+
"type": "string"
189+
},
182190
"location": {
183191
"description": "Sever location.",
184192
"type": "string"

config/v3/trading_servers/receive.json

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"type": "object",
4848
"additionalProperties": false,
4949
"properties": {
50+
"group": {
51+
"description": "Internal server grouping.",
52+
"type": "string"
53+
},
5054
"location": {
5155
"description": "Geolocation country or place where server is located.",
5256
"type": "string"

config/v3/verify_email/send.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"trading_platform_password_reset",
2727
"trading_platform_dxtrade_password_reset",
2828
"trading_platform_mt5_password_reset",
29-
"trading_platform_investor_password_reset",
30-
"change_email"
29+
"trading_platform_investor_password_reset"
3130
]
3231
},
3332
"url_parameters": {

0 commit comments

Comments
 (0)