From 147ed2064752f22fa3d4afca97eb4d7a8fa66090 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 27 Sep 2024 17:01:46 +0300 Subject: [PATCH] fix schema --- schema/metadata/app/aclPortal.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/schema/metadata/app/aclPortal.json b/schema/metadata/app/aclPortal.json index 6485cacaaa..7e86b73b0c 100644 --- a/schema/metadata/app/aclPortal.json +++ b/schema/metadata/app/aclPortal.json @@ -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",