From f67ebd97b27320c4b54db5c55815df9b488b4ab8 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 11 Sep 2025 09:26:28 +0200 Subject: [PATCH] Fixing validation issue --- recipe/0000_template/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/0000_template/manifest.json b/recipe/0000_template/manifest.json index e7f4e7785..5f8a1d22c 100644 --- a/recipe/0000_template/manifest.json +++ b/recipe/0000_template/manifest.json @@ -4,5 +4,6 @@ "type": "Manifest", "label": { "none": [""] - } + }, + "items": [] }