From 20aad66e4823873860e52d330dc6a6d476739659 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 30 Nov 2023 01:18:00 +0000 Subject: [PATCH] feat: update schema to support objects and arrays in vars --- docs/static/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/schema.json b/docs/static/schema.json index ca5f105c..3b607f6e 100644 --- a/docs/static/schema.json +++ b/docs/static/schema.json @@ -249,7 +249,7 @@ "^.*$": { "anyOf": [ { - "type": ["boolean", "integer", "null", "number", "string"] + "type": ["boolean", "integer", "null", "number", "string", "object", "array"] }, { "$ref": "#/definitions/3/dynamic_var"