Regenerate schemas

This commit is contained in:
Pieter Vander Vennet 2022-02-04 15:47:29 +01:00
parent dd68cc39e7
commit 1f6afeea49
12 changed files with 104 additions and 38 deletions

View file

@ -37,7 +37,7 @@ export default {
]
},
"then": {
"description": "Badge to show\nType: icon[]",
"description": "Badge to show\nType: icon",
"anyOf": [
{
"$ref": "#/definitions/TagRenderingConfigJson"
@ -251,7 +251,7 @@ export default {
"description": "If the condition `if` is met, the text `then` will be rendered.\nIf not known yet, the user will be presented with `then` as an option"
},
"icon": {
"description": "An icon supporting this mapping; typically shown pretty small",
"description": "An icon supporting this mapping; typically shown pretty small\nType: icon",
"type": "string"
},
"hideInAnswer": {