Skip to content

Commit

Permalink
change json spec of ssh type
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours authored and ndeloof committed Mar 9, 2022
1 parent 91e55ad commit 4757209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/compose-spec.json
Expand Up @@ -93,9 +93,8 @@
"args": {"$ref": "#/definitions/list_or_dict"},
"ssh": {
"oneOf": [
{},
{"type": "string"},
{"type": "array", "items": {"type": "string"}}
{"$ref": "#/definitions/list_or_dict"}
]
},
"labels": {"$ref": "#/definitions/list_or_dict"},
Expand Down

0 comments on commit 4757209

Please sign in to comment.