remove shared

This commit is contained in:
Yuri Kuznetsov
2024-10-25 21:14:15 +03:00
parent 16bec44768
commit 80440e7bf1

View File

@@ -47,10 +47,10 @@
"enum": ["yes", "no"]
},
"levelsAll": {
"enum": ["yes", "all", "team", "shared", "own", "no"]
"enum": ["yes", "all", "team", "own", "no"]
},
"levels": {
"enum": ["all", "team", "shared", "own", "no"]
"enum": ["all", "team", "own", "no"]
},
"group": {
"type": "object",