mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
14 lines
178 B
JSON
14 lines
178 B
JSON
|
{
|
||
|
"$id": "perms",
|
||
|
"definitions": {
|
||
|
"view": {
|
||
|
"type": "string",
|
||
|
"pattern": "^(view|manage)$"
|
||
|
},
|
||
|
"manage": {
|
||
|
"type": "string",
|
||
|
"pattern": "^(manage)$"
|
||
|
}
|
||
|
}
|
||
|
}
|