chore: regenerate json scheme metadata

This commit is contained in:
Pieter Vander Vennet 2023-03-09 15:13:03 +01:00
parent 71125c647f
commit 00698b25ca
23 changed files with 617 additions and 109 deletions

View file

@ -3,7 +3,26 @@
"type": "object",
"properties": {
"question": {
"description": "If it turns out that this tagRendering doesn't match _any_ value, then we show this question.\nIf undefined, the question is never asked and this tagrendering is read-only"
"description": "If it turns out that this tagRendering doesn't match _any_ value, then we show this question.\nIf undefined, the question is never asked and this tagrendering is read-only",
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "string"
}
]
},
"questionHint": {
"description": "A hint which is shown in subtle text under the question.\nThis can give some extra information on what the answer should ook like",
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "string"
}
]
},
"freeform": {
"description": "Allow freeform text input from the user",
@ -303,7 +322,6 @@
}
},
"required": [
"class",
"path"
]
},
@ -352,7 +370,6 @@
}
},
"required": [
"class",
"path"
]
},
@ -422,6 +439,10 @@
"type": "string"
}
]
},
"#": {
"description": "Used for comments or to disable a validation\n\nignore-image-in-then: normally, a `then`-clause is not allowed to have an `img`-html-element as icons are preferred. In some cases (most notably title-icons), this is allowed",
"type": "string"
}
},
"required": [