From 9417430ce4142ababbe3b5a8a23f14b513735f41 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Tue, 19 Nov 2024 13:23:18 +0000 Subject: [PATCH] feat: allow 0 containers Signed-off-by: Ben Meier --- score-v1b1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score-v1b1.json b/score-v1b1.json index 94d8364..4de147a 100644 --- a/score-v1b1.json +++ b/score-v1b1.json @@ -67,7 +67,7 @@ "containers": { "description": "The set of named containers in the Workload. The container name must be a valid RFC1123 Label Name of up to 63 characters, including a-z, 0-9, '-' but may not start or end with '-'.", "type": "object", - "minProperties": 1, + "minProperties": 0, "additionalProperties": { "$ref": "#/$defs/container" },