mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 20:48:15 -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)$"
|
||
|
}
|
||
|
}
|
||
|
}
|