Skip to content

Commit 46eba20

Browse files
idsulikndeloof
authored andcommitted
fix compose-spec.json
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent d3e579f commit 46eba20

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

schema/compose-spec.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -887,27 +887,7 @@
887887
{"type": "string"},
888888
{
889889
"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-
}
890+
"items": {"type": "string"}
911891
}
912892
]
913893
},

0 commit comments

Comments
 (0)