From e5e9024ccc983abf1bb963b1653fe7b195306974 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Tue, 19 Nov 2024 13:25:29 +0000 Subject: [PATCH] feat: make image optional Signed-off-by: Ben Meier --- score-v1b1.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/score-v1b1.json b/score-v1b1.json index 4de147a..0c5b979 100644 --- a/score-v1b1.json +++ b/score-v1b1.json @@ -196,9 +196,7 @@ "container": { "description": "The specification of a Container within the Workload.", "type": "object", - "required": [ - "image" - ], + "required": [], "additionalProperties": false, "properties": { "image": {