From 891b14caf9d10e13aec1ec5a76f1626f3a1260c7 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 14 Apr 2020 19:53:05 +0200 Subject: [PATCH] template is not required in project config --- schema/config-1.0.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/config-1.0.json b/schema/config-1.0.json index b3c4362f41..198f51e04d 100644 --- a/schema/config-1.0.json +++ b/schema/config-1.0.json @@ -8,7 +8,6 @@ "additionalProperties": false, "required": [ - "template", "tasks", "apps" ],