From 82a185a8870194e7a9366a1628505f78f1248ed1 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 18 Oct 2022 16:52:02 +0200 Subject: [PATCH] fixed defaultValue json schema --- schemas/api-config/field.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/api-config/field.json b/schemas/api-config/field.json index 25e7968..64fa2ff 100644 --- a/schemas/api-config/field.json +++ b/schemas/api-config/field.json @@ -191,7 +191,11 @@ "defaultValue": { "description": "default value or code to get the value", "oneOf": [ + { "type": "array" }, { "type": "string" }, + { "type": "null" }, + { "type": "boolean" }, + { "type": "number" }, { "type": "object", "properties": {