From f23d42b49e02497e98a36f7fba45ee09f018657e Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:28:02 +0100 Subject: [PATCH] Fix env schema (#3514) closes #3510 --- pipeline/frontend/yaml/linter/schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/frontend/yaml/linter/schema/schema.json b/pipeline/frontend/yaml/linter/schema/schema.json index 41d69de62..15b9f0f36 100644 --- a/pipeline/frontend/yaml/linter/schema/schema.json +++ b/pipeline/frontend/yaml/linter/schema/schema.json @@ -630,7 +630,7 @@ { "type": "object", "additionalProperties": { - "type": ["boolean", "string", "number"] + "type": ["boolean", "string", "number", "array", "object"] } } ]