We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe7111 commit 40867a7Copy full SHA for 40867a7
schema/compose-spec.json
@@ -929,9 +929,17 @@
929
"type": "object",
930
"patternProperties": {
931
".+": {
932
- "type": ["string", "array"]
933
- },
934
- "uniqueItems": false
+ "oneOf": [
+ {
+ "type": "string"
935
+ },
936
937
+ "type": "array",
938
+ "items": {},
939
+ "uniqueItems": false
940
+ }
941
+ ]
942
943
},
944
"additionalProperties": false
945
0 commit comments