Skip to content

Commit

Permalink
manifest schema: fix select options type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Oct 10, 2024
1 parent 9d50bff commit e942b64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,12 @@
"properties": {
"options": {
"oneOf": [
{ "type": "string" },
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "object",
"properties": {
Expand Down

0 comments on commit e942b64

Please sign in to comment.