From ca12e227159ddc9dc0d31248b51a2f800d6b2a0a Mon Sep 17 00:00:00 2001 From: "swapnil.verma" Date: Thu, 19 Sep 2024 16:01:11 +0530 Subject: [PATCH] [ACS-8694] Updated extension.schema.json --- extension.schema.json | 52 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/extension.schema.json b/extension.schema.json index d73c5aeac0..0114645913 100644 --- a/extension.schema.json +++ b/extension.schema.json @@ -262,7 +262,18 @@ "properties": { "visible": { "description": "Rule to evaluate the visibility state", - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + }, + "minLength": 1 + } + ] } } } @@ -306,7 +317,18 @@ "properties": { "visible": { "description": "Rule to evaluate the visibility state", - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + }, + "minLength": 1 + } + ] } } } @@ -346,7 +368,18 @@ "properties": { "visible": { "description": "Rule to evaluate the visibility state", - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + }, + "minLength": 1 + } + ] } } } @@ -649,7 +682,18 @@ "properties": { "visible": { "description": "Rule to evaluate the visibility state", - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + }, + "minLength": 1 + } + ] } } }