This commit is contained in:
Yuri Kuznetsov
2024-05-09 15:39:43 +03:00
parent 1c5afb52b3
commit 3e2a3597ad

View File

@@ -245,6 +245,25 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "array"}
]
}
}
},
"then": {
"properties": {
"noEmptyString": {
"type": "boolean",
"description": "Don't allow empty string."
}
}
}
},
{
"if": {
"properties": {
@@ -564,6 +583,27 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "link"},
{"const": "linkMultiple"},
{"const": "linkOne"}
]
}
}
},
"then": {
"properties": {
"entity": {
"type": "string",
"description": "An entity type. To be specified if there's no corresponding link defined."
}
}
}
},
{
"if": {
"properties": {