nginx-proxy-manager/src/backend/lib/access/users-update.json
2018-06-20 16:50:51 +10:00

26 lines
431 B
JSON

{
"anyOf": [
{
"$ref": "roles#/definitions/admin"
},
{
"type": "object",
"required": [
"data",
"scope"
],
"properties": {
"data": {
"$ref": "objects#/properties/users"
},
"scope": {
"type": "array",
"contains": {
"type": "string",
"pattern": "^user$"
}
}
}
}
]
}