mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
fix meshcentral-config-schema.json for ace editor
This commit is contained in:
parent
cac505e2cd
commit
712f06db3c
1 changed files with 5 additions and 15 deletions
|
@ -2900,12 +2900,10 @@
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "string",
|
|
||||||
"description": "SMTP username."
|
"description": "SMTP username."
|
||||||
},
|
},
|
||||||
"pass": {
|
"pass": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "string",
|
|
||||||
"description": "SMTP password."
|
"description": "SMTP password."
|
||||||
},
|
},
|
||||||
"tls": {
|
"tls": {
|
||||||
|
@ -3258,7 +3256,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"additionalProperties": false,
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"newAccounts": {
|
"newAccounts": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -3466,8 +3463,7 @@
|
||||||
"required": [
|
"required": [
|
||||||
"client_id",
|
"client_id",
|
||||||
"client_secret"
|
"client_secret"
|
||||||
],
|
]
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -3557,8 +3553,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -3609,8 +3604,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "REQUIRED IF USING GROUPS: Customer ID from Google Workspace Admin Console (https://admin.google.com/ac/accountsettings/profile)"
|
"description": "REQUIRED IF USING GROUPS: Customer ID from Google Workspace Admin Console (https://admin.google.com/ac/accountsettings/profile)"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
},
|
},
|
||||||
"groups": {
|
"groups": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -3662,8 +3656,7 @@
|
||||||
"default": "groups",
|
"default": "groups",
|
||||||
"description": "Custom claim to use."
|
"description": "Custom claim to use."
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3728,8 +3721,7 @@
|
||||||
"description": "EAB HMAC KEY",
|
"description": "EAB HMAC KEY",
|
||||||
"default": ""
|
"default": ""
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"additionalProperties": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -3824,12 +3816,10 @@
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "string",
|
|
||||||
"description": "SMTP username."
|
"description": "SMTP username."
|
||||||
},
|
},
|
||||||
"pass": {
|
"pass": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "string",
|
|
||||||
"description": "SMTP password."
|
"description": "SMTP password."
|
||||||
},
|
},
|
||||||
"tls": {
|
"tls": {
|
||||||
|
|
Loading…
Reference in a new issue