From 712f06db3c04e52461e0d7165aab7b164e285d3e Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Mon, 27 Jan 2025 23:02:56 +0000 Subject: [PATCH] fix meshcentral-config-schema.json for ace editor --- meshcentral-config-schema.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 10a07fb9..b43e4fdd 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -2900,12 +2900,10 @@ }, "user": { "type": "string", - "format": "string", "description": "SMTP username." }, "pass": { "type": "string", - "format": "string", "description": "SMTP password." }, "tls": { @@ -3258,7 +3256,6 @@ ] } ], - "additionalProperties": false, "properties": { "newAccounts": { "type": "boolean", @@ -3466,8 +3463,7 @@ "required": [ "client_id", "client_secret" - ], - "additionalProperties": false + ] }, "issuer": { "type": [ @@ -3557,8 +3553,7 @@ } } } - }, - "additionalProperties": false + } }, "custom": { "type": "object", @@ -3609,8 +3604,7 @@ "type": "string", "description": "REQUIRED IF USING GROUPS: Customer ID from Google Workspace Admin Console (https://admin.google.com/ac/accountsettings/profile)" } - }, - "additionalProperties": false + } }, "groups": { "type": "object", @@ -3662,8 +3656,7 @@ "default": "groups", "description": "Custom claim to use." } - }, - "additionalProperties": false + } } } } @@ -3728,8 +3721,7 @@ "description": "EAB HMAC KEY", "default": "" } - }, - "additionalProperties": false + } } }, "required": [ @@ -3824,12 +3816,10 @@ }, "user": { "type": "string", - "format": "string", "description": "SMTP username." }, "pass": { "type": "string", - "format": "string", "description": "SMTP password." }, "tls": {