Skip to content

Commit

Permalink
Update compose-spec.json
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
robmry authored May 17, 2024
1 parent 9fe21fc commit 5887bdd
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 5887bdd

Please sign in to comment.