From 49319fcf426ae577c6a0c175d79b13a81884c54a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 25 Nov 2023 10:39:01 +0200 Subject: [PATCH] schema fix --- schema/metadata/entityDefs.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index e97b2ba1f1..6a28523cd4 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -134,6 +134,7 @@ "properties": { "type": { "anyOf": [ + {"const": "bool"}, {"const": "varchar"}, {"const": "text"}, {"const": "wysiwyg"}, @@ -152,14 +153,6 @@ "then": { "properties": { "default": { - "anyOf": [ - {"type": "boolean"}, - {"type": "string"}, - {"type": "array"}, - {"type": "integer"}, - {"type": "number"}, - {"type": "null"} - ], "description": "A default value." } }