Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Mar 29, 2024
1 parent e1dabda commit 257f784
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/v3/mt5_login_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,29 @@
"type": "boolean"
}
}
},
"white_label_links": {
"description": "Links to access MT5 application for different platforms.",
"type": "object",
"additionalProperties": false,
"properties": {
"android": {
"description": "Download link for Android.",
"type": "string"
},
"ios": {
"description": "Download link for iOS.",
"type": "string"
},
"webtrader_url": {
"description": "MT5 webtrader url based on jurisdiction and platform",
"type": "string"
},
"windows": {
"description": "Download link for Windows.",
"type": "string"
}
}
}
}
}
Expand Down

0 comments on commit 257f784

Please sign in to comment.