Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Jan 23, 2024
1 parent 1385274 commit abaf04d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/v3/mt5_login_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,25 @@
"webtrader_url": {
"description": "MT5 webtrader url for each mt5 platform",
"type": "string"
},
"white_label_download_links": {
"description": "Links to download the 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"
},
"windows": {
"description": "Download link for Windows.",
"type": "string"
}
}
}
}
}
Expand Down

0 comments on commit abaf04d

Please sign in to comment.