Skip to content

Commit

Permalink
[ACS-8694] Updated extension.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl committed Sep 19, 2024
1 parent fcc3c78 commit ca12e22
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions extension.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
}
}
Expand Down Expand Up @@ -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
}
]
}
}
}
Expand Down Expand Up @@ -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
}
]
}
}
}
Expand Down Expand Up @@ -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
}
]
}
}
}
Expand Down

0 comments on commit ca12e22

Please sign in to comment.