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 d3e579f commit 46eba20Copy full SHA for 46eba20
schema/compose-spec.json
@@ -887,27 +887,7 @@
887
{"type": "string"},
888
{
889
"type": "array",
890
- "items": {
891
- "oneOf": [
892
- {"type": "string"},
893
- {
894
- "type": "object",
895
- "additionalProperties": false,
896
- "properties": {
897
- "path": {
898
- "type": "string"
899
- },
900
- "required": {
901
- "type": ["boolean", "string"],
902
- "default": true
903
- }
904
905
- "required": [
906
- "path"
907
- ]
908
909
910
+ "items": {"type": "string"}
911
}
912
]
913
},
0 commit comments