Skip to content

Commit

Permalink
fix compose-spec.json
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
  • Loading branch information
idsulik authored and ndeloof committed Dec 2, 2024
1 parent d3e579f commit 46eba20
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions schema/compose-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,27 +887,7 @@
{"type": "string"},
{
"type": "array",
"items": {
"oneOf": [
{"type": "string"},
{
"type": "object",
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
},
"required": {
"type": ["boolean", "string"],
"default": true
}
},
"required": [
"path"
]
}
]
}
"items": {"type": "string"}
}
]
},
Expand Down

0 comments on commit 46eba20

Please sign in to comment.