Skip to content

Commit b882ab3

Browse files
committed
Include "order" key in V3.4 schema
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
1 parent f09662a commit b882ab3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cli/compose/schema/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/compose/schema/data/config_schema_v3.4.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,10 @@
339339
"delay": {"type": "string", "format": "duration"},
340340
"failure_action": {"type": "string"},
341341
"monitor": {"type": "string", "format": "duration"},
342-
"max_failure_ratio": {"type": "number"}
342+
"max_failure_ratio": {"type": "number"},
343+
"order": {"type": "string", "enum": [
344+
"start-first", "stop-first"
345+
]}
343346
},
344347
"additionalProperties": false
345348
},

0 commit comments

Comments
 (0)