From ced3e7a5795c4d7b754e8cf8040c35706fb886d2 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Fri, 10 May 2024 16:41:02 +0000 Subject: [PATCH] fix: var_subkey schema --- website/static/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/schema.json b/website/static/schema.json index de22d7a5..5bd31a24 100644 --- a/website/static/schema.json +++ b/website/static/schema.json @@ -285,9 +285,9 @@ "yaml": { "type": "string", "description": "The value will parsed as a YAML string and stored in the variable" - }, - "additionalProperties": false - } + } + }, + "additionalProperties": false }, "task_call": { "type": "object",