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 8, 2024
1 parent c16496f commit 455ef44
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/v3/mt5_login_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,32 @@
"description": "Name of the owner of the MT5 account.",
"type": "string"
},
"rights": {
"description": "Rights assigned to the MT5 account.",
"type": "array",
"items": {
"type": "string",
"enum": [
"api",
"api_deprecated",
"confirmed",
"enabled",
"exclude_reports",
"expert",
"investor",
"otp_enabled",
"password",
"push",
"readonly",
"reports",
"reset_pass",
"sponsored",
"technical",
"trade_disabled",
"trailing"
]
}
},
"server": {
"description": "Trade server name of the MT5 account.",
"type": "string"
Expand Down

0 comments on commit 455ef44

Please sign in to comment.