Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 1248068

Browse files
committed
1 parent 9507b6f commit 1248068

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

json.novaextension/nova-extension-schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,7 @@
443443
{ "type": "string" },
444444
{
445445
"type": "array",
446-
"minItems": 2,
447-
"maxItems": 2,
448-
"items": { "type": "string" }
446+
"items": [{ "type": "string" }, { "type": "string" }]
449447
}
450448
]
451449
}

0 commit comments

Comments
 (0)