Chore: remove obsolete imports, generate schemas

This commit is contained in:
Pieter Vander Vennet 2024-02-12 12:46:16 +01:00
parent 584fb3cb57
commit cb76823210
19 changed files with 942 additions and 74 deletions

View file

@ -61,7 +61,17 @@ export default {
},
"omitDefaultDeleteReasons": {
"description": "Set this flag if the default delete reasons should be omitted from the dialog.\nThis requires at least one extraDeleteReason or nonDeleteMapping\n\nquestion: Should the default delete reasons be hidden?\niftrue: Hide the default delete reasons\niffalse: Show the default delete reasons\nifunset: Show the default delete reasons (default behaviour)",
"type": "boolean"
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "boolean"
}
]
}
},
"definitions": {