From d1f217207d67d4129e5ed28431393860d852cf02 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 9 Jul 2024 05:31:56 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/mt5_login_list/receive.json | 30 --------------------------- 1 file changed, 30 deletions(-) diff --git a/config/v3/mt5_login_list/receive.json b/config/v3/mt5_login_list/receive.json index be3be493c..6cbb08a56 100644 --- a/config/v3/mt5_login_list/receive.json +++ b/config/v3/mt5_login_list/receive.json @@ -396,36 +396,6 @@ "description": "MT5 webtrader url for each mt5 platform", "type": "string" }, - "white_label": { - "description": "White label settings", - "type": "object", - "additionalProperties": false, - "properties": { - "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" - } - } - }, - "notification": { - "description": "A flag indicating whether the white label notification feature is enabled or disabled.", - "type": "boolean" - } - } - }, "white_label_links": { "description": "Links to access MT5 application for different platforms.", "type": "object",