forgot oidc group schema fix

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-05-21 16:56:56 +01:00
parent 5c13f178be
commit 385a4738cd

View File

@ -3420,14 +3420,12 @@
}, },
"required": { "required": {
"type": [ "type": [
"string",
"array" "array"
], ],
"description": "Access is only granted to users who are a member of at least one of the listed required groups." "description": "Access is only granted to users who are a member of at least one of the listed required groups."
}, },
"siteadmin": { "siteadmin": {
"type": [ "type": [
"string",
"array" "array"
], ],
"description": "Full site admin priviledges will be granted to users who are a member of at least one of the listed admin groups." "description": "Full site admin priviledges will be granted to users who are a member of at least one of the listed admin groups."
@ -3446,7 +3444,6 @@
"properties": { "properties": {
"filter": { "filter": {
"type": [ "type": [
"string",
"array" "array"
], ],
"description": "Only groups listed here are mirrored into MeshCentral user groups." "description": "Only groups listed here are mirrored into MeshCentral user groups."