mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
4572b205c9
- Return proper booleans in api responses - Update jsonschemavalidation to latest draft
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"$id": "perms",
|
|
"definitions": {
|
|
"view": {
|
|
"type": "string",
|
|
"pattern": "^(view|manage)$"
|
|
},
|
|
"manage": {
|
|
"type": "string",
|
|
"pattern": "^(manage)$"
|
|
}
|
|
}
|
|
}
|