2024-11-07 07:24:38 +10:00

14 lines
159 B
JSON

{
"type": "array",
"description": "AuthConfigObject",
"minItems": 1,
"items": {
"type": "string",
"enum": [
"local",
"ldap",
"oauth"
]
}
}