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

Commit 9cba4ac

Browse files
author
nobody
committed
JSON Schema Update
1 parent 67a9836 commit 9cba4ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config/v3/mt5_login_list/receive.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,29 @@
354354
"type": "boolean"
355355
}
356356
}
357+
},
358+
"white_label_links": {
359+
"description": "Links to access MT5 application for different platforms.",
360+
"type": "object",
361+
"additionalProperties": false,
362+
"properties": {
363+
"android": {
364+
"description": "Download link for Android.",
365+
"type": "string"
366+
},
367+
"ios": {
368+
"description": "Download link for iOS.",
369+
"type": "string"
370+
},
371+
"webtrader_url": {
372+
"description": "MT5 webtrader url based on jurisdiction and platform",
373+
"type": "string"
374+
},
375+
"windows": {
376+
"description": "Download link for Windows.",
377+
"type": "string"
378+
}
379+
}
357380
}
358381
}
359382
}

0 commit comments

Comments
 (0)