fix schema

This commit is contained in:
Yuri Kuznetsov
2024-09-27 17:01:46 +03:00
parent 6ed7b52cc5
commit 147ed20647
+6 -4
View File
@@ -20,10 +20,12 @@
"valuePermissionList": {
"type": "array",
"description": "A list of all available permissions in the system.",
"anyOf": [
{"const": "__APPEND__"},
{"type": "string"}
]
"items": {
"anyOf": [
{"const": "__APPEND__"},
{"type": "string"}
]
}
},
"valuePermissionHighestLevels": {
"type": "object",