schema fix

This commit is contained in:
Yuri Kuznetsov
2023-11-25 10:39:01 +02:00
parent c612cb1e62
commit 49319fcf42
+1 -8
View File
@@ -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."
}
}