From 5887bdd1e225c06c1c215d18c4eceef428dacfd4 Mon Sep 17 00:00:00 2001 From: robmry Date: Fri, 17 May 2024 01:12:07 +0000 Subject: [PATCH] Update compose-spec.json Signed-off-by: GitHub --- schema/compose-spec.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/compose-spec.json b/schema/compose-spec.json index cbe51db7..33a79e9b 100644 --- a/schema/compose-spec.json +++ b/schema/compose-spec.json @@ -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,