From 45d2e3a3d1bd4bd6fc38edad5368bdddc7e03737 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Fri, 8 Aug 2025 16:00:52 +0200 Subject: [PATCH] containerrc: Update JSON schema Signed-off-by: Enno Tensing --- containerrc.json | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/containerrc.json b/containerrc.json index ff8e038..d18553b 100644 --- a/containerrc.json +++ b/containerrc.json @@ -16,6 +16,9 @@ }, "tag": { "type": "string" + }, + "command": { + "type": "string" } }, "required": [ @@ -52,11 +55,7 @@ "type": "array", "items": {} } - }, - "required": [ - "mode", - "options" - ] + } }, "dns": { "type": "object", @@ -72,11 +71,7 @@ } ] } - }, - "required": [ - "search", - "servers" - ] + } }, "ports": { "type": "object", @@ -97,11 +92,7 @@ } ] } - }, - "required": [ - "tcp", - "udp" - ] + } }, "env": { "type": "object" @@ -132,11 +123,7 @@ } ] } - }, - "required": [ - "add", - "drop" - ] + } }, "accounting": { "type": "object",