This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change 269269 "description" : " MT5 webtrader url for each mt5 platform" ,
270270 "type" : " string"
271271 },
272- "white_label_download_links " : {
273- "description" : " Links to download the MT5 application for different platforms. " ,
272+ "white_label " : {
273+ "description" : " White label settings " ,
274274 "type" : " object" ,
275275 "additionalProperties" : false ,
276276 "properties" : {
277- "android" : {
278- "description" : " Download link for Android." ,
279- "type" : " string"
280- },
281- "ios" : {
282- "description" : " Download link for iOS." ,
283- "type" : " string"
277+ "download_links" : {
278+ "description" : " Links to download the MT5 application for different platforms." ,
279+ "type" : " object" ,
280+ "additionalProperties" : false ,
281+ "properties" : {
282+ "android" : {
283+ "description" : " Download link for Android." ,
284+ "type" : " string"
285+ },
286+ "ios" : {
287+ "description" : " Download link for iOS." ,
288+ "type" : " string"
289+ },
290+ "windows" : {
291+ "description" : " Download link for Windows." ,
292+ "type" : " string"
293+ }
294+ }
284295 },
285- "windows " : {
286- "description" : " Download link for Windows ." ,
287- "type" : " string "
296+ "notification " : {
297+ "description" : " A flag indicating whether the white label notification feature is enabled or disabled ." ,
298+ "type" : " boolean "
288299 }
289300 }
290301 }
You can’t perform that action at this time.
0 commit comments