From 86aca96ad1e96d46f6f3dddd95438049ee8254ab Mon Sep 17 00:00:00 2001 From: nusantara-self <15647296+nusantara-self@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:34:56 +0800 Subject: [PATCH] check for type field in configurationItems --- utils/flavors/flavor_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/flavors/flavor_schema.json b/utils/flavors/flavor_schema.json index da331d473..3e3145d50 100644 --- a/utils/flavors/flavor_schema.json +++ b/utils/flavors/flavor_schema.json @@ -95,6 +95,9 @@ "description": { "type": "string" }, + "type": { + "type": "string" + }, "multi": { "type": "boolean" }, @@ -109,6 +112,7 @@ "name", "description", "multi", + "type", "required" ] },