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 31, 2024
1 parent 443d383 commit 38ca54f
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions config/v3/mt5_login_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,22 +269,33 @@
"description": "MT5 webtrader url for each mt5 platform",
"type": "string"
},
"white_label_download_links": {
"description": "Links to download the MT5 application for different platforms.",
"white_label": {
"description": "White label settings",
"type": "object",
"additionalProperties": false,
"properties": {
"android": {
"description": "Download link for Android.",
"type": "string"
},
"ios": {
"description": "Download link for iOS.",
"type": "string"
"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"
}
}
},
"windows": {
"description": "Download link for Windows.",
"type": "string"
"notification": {
"description": "A flag indicating whether the white label notification feature is enabled or disabled.",
"type": "boolean"
}
}
}
Expand Down

0 comments on commit 38ca54f

Please sign in to comment.