fix meshcentral-config-schema.json for ace editor

Simon Smith committed Jan 27, 2025 at 23:02 UTC 712f06db3c04e52461e0d7165aab7b164e285d3e
1 file changed +5 -15
meshcentral-config-schema.json
+5 -15
@@ -2900,12 +2900,10 @@
2900 },
2901 "user": {
2902 "type": "string",
2903 - "format": "string",
2903 "description": "SMTP username."
2904 },
2905 "pass": {
2906 "type": "string",
2908 - "format": "string",
2907 "description": "SMTP password."
2908 },
2909 "tls": {
@@ -3258,7 +3256,6 @@
3256 ]
3257 }
3258 ],
3261 - "additionalProperties": false,
3259 "properties": {
3260 "newAccounts": {
3261 "type": "boolean",
@@ -3466,8 +3463,7 @@
3463 "required": [
3464 "client_id",
3465 "client_secret"
3469 - ],
3470 - "additionalProperties": false
3466 + ]
3467 },
3468 "issuer": {
3469 "type": [
@@ -3557,8 +3553,7 @@
3553 }
3554 }
3555 }
3560 - },
3561 - "additionalProperties": false
3556 + }
3557 },
3558 "custom": {
3559 "type": "object",
@@ -3609,8 +3604,7 @@
3604 "type": "string",
3605 "description": "REQUIRED IF USING GROUPS: Customer ID from Google Workspace Admin Console (https://admin.google.com/ac/accountsettings/profile)"
3606 }
3612 - },
3613 - "additionalProperties": false
3607 + }
3608 },
3609 "groups": {
3610 "type": "object",
@@ -3662,8 +3656,7 @@
3656 "default": "groups",
3657 "description": "Custom claim to use."
3658 }
3665 - },
3666 - "additionalProperties": false
3659 + }
3660 }
3661 }
3662 }
@@ -3728,8 +3721,7 @@
3721 "description": "EAB HMAC KEY",
3722 "default": ""
3723 }
3731 - },
3732 - "additionalProperties": false
3724 + }
3725 }
3726 },
3727 "required": [
@@ -3824,12 +3816,10 @@
3816 },
3817 "user": {
3818 "type": "string",
3827 - "format": "string",
3819 "description": "SMTP username."
3820 },
3821 "pass": {
3822 "type": "string",
3832 - "format": "string",
3823 "description": "SMTP password."
3824 },
3825 "tls": {