Skip to content

Commit

Permalink
Merge pull request #499 from compose-spec/compose-spec-json
Browse files Browse the repository at this point in the history
Update compose-spec.json
  • Loading branch information
glours committed May 15, 2024
2 parents 77bd39a + cf35e8f commit af64528
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/compose-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@
"ipv6_address": {"type": "string"},
"link_local_ips": {"$ref": "#/definitions/list_of_strings"},
"mac_address": {"type": "string"},
"driver_opts": {
"type": "object",
"patternProperties": {
"^.+$": {"type": ["string", "number"]}
}
},
"priority": {"type": "number"}
},
"additionalProperties": false,
Expand Down

0 comments on commit af64528

Please sign in to comment.