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

Commit 20b889e

Browse files
author
nobody
committed
JSON Schema Update
1 parent 044453f commit 20b889e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config/v3/mt5_login_list/receive.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,25 @@
264264
"webtrader_url": {
265265
"description": "MT5 webtrader url for each mt5 platform",
266266
"type": "string"
267+
},
268+
"white_label_download_links": {
269+
"description": "Links to download the MT5 application for different platforms.",
270+
"type": "object",
271+
"additionalProperties": false,
272+
"properties": {
273+
"android": {
274+
"description": "Download link for Android.",
275+
"type": "string"
276+
},
277+
"ios": {
278+
"description": "Download link for iOS.",
279+
"type": "string"
280+
},
281+
"windows": {
282+
"description": "Download link for Windows.",
283+
"type": "string"
284+
}
285+
}
267286
}
268287
}
269288
}

0 commit comments

Comments
 (0)