Skip to content

Commit

Permalink
fix missing schema declaration for network.type (KeyError)
Browse files Browse the repository at this point in the history
Signed-off-by: scicco <zendar79@gmail.com>
  • Loading branch information
scicco committed Aug 25, 2022
1 parent 640fc7d commit c287563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scompose/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def validate_config(filepath):
"properties": {
"allocate_ip": {"type": "boolean"},
"enable": {"type": "boolean"},
"type": {"type": "string"},
# --network-args
"args": string_list,
},
Expand Down

0 comments on commit c287563

Please sign in to comment.