fix authorities schema file #7551
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Mar 26, 2026 at 16:20 UTC
de44a1b610487f35806b462abfc26376f46354b3
1 file changed
+6
-8
meshcentral-config-schema.json
+6
-8
@@ -3996,15 +3996,13 @@
3996
"description": "REQUIRED IF USING GROUPS: Customer ID from Google Workspace Admin Console (https://admin.google.com/ac/accountsettings/profile)"
3997
},
3998
"authorities": {
3999
- "type": [
4000
- "array"
4001
- ],
4002
- "description": "Default value is groups. Roles can be used in azure to assign app permissons",
4003
- "enum": [
4004
- "groups",
4005
- "roles"
4006
- ]
3999
+ "type": "array",
4000
+ "description": "Default value is groups. Roles can be used in azure to assign app permissions",
4001
+ "items": {
4002
+ "type": "string",
4003
+ "enum": ["groups", "roles"]
4004
}
4005
+ }
4006
}
4007
},
4008
"groups": {