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

Commit 5c22be8

Browse files
author
nobody
committed
JSON Schema Update
1 parent b8e8fc0 commit 5c22be8

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

config/v3/mt5_login_list/receive.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -269,22 +269,33 @@
269269
"description": "MT5 webtrader url for each mt5 platform",
270270
"type": "string"
271271
},
272-
"white_label_download_links": {
273-
"description": "Links to download the MT5 application for different platforms.",
272+
"white_label": {
273+
"description": "White label settings",
274274
"type": "object",
275275
"additionalProperties": false,
276276
"properties": {
277-
"android": {
278-
"description": "Download link for Android.",
279-
"type": "string"
280-
},
281-
"ios": {
282-
"description": "Download link for iOS.",
283-
"type": "string"
277+
"download_links": {
278+
"description": "Links to download the MT5 application for different platforms.",
279+
"type": "object",
280+
"additionalProperties": false,
281+
"properties": {
282+
"android": {
283+
"description": "Download link for Android.",
284+
"type": "string"
285+
},
286+
"ios": {
287+
"description": "Download link for iOS.",
288+
"type": "string"
289+
},
290+
"windows": {
291+
"description": "Download link for Windows.",
292+
"type": "string"
293+
}
294+
}
284295
},
285-
"windows": {
286-
"description": "Download link for Windows.",
287-
"type": "string"
296+
"notification": {
297+
"description": "A flag indicating whether the white label notification feature is enabled or disabled.",
298+
"type": "boolean"
288299
}
289300
}
290301
}

0 commit comments

Comments
 (0)