mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
24 lines
362 B
JSON
24 lines
362 B
JSON
|
{
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"$ref": "roles#/definitions/admin"
|
||
|
},
|
||
|
{
|
||
|
"type": "object",
|
||
|
"required": ["permission_proxy_hosts", "roles"],
|
||
|
"properties": {
|
||
|
"permission_proxy_hosts": {
|
||
|
"$ref": "perms#/definitions/view"
|
||
|
},
|
||
|
"roles": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string",
|
||
|
"enum": ["user"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|