D3V-Server/backend/lib/access/permissions.json
2026-03-07 20:49:44 +07:00

13 lines
178 B
JSON

{
"$id": "perms",
"definitions": {
"view": {
"type": "string",
"pattern": "^(view|manage)$"
},
"manage": {
"type": "string",
"pattern": "^(manage)$"
}
}
}