final dashboard
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robin Grenzdörfer 2023-07-23 21:30:36 +00:00
parent 3a69cf5e34
commit 7e01225447

View File

@ -231,12 +231,17 @@
]
},
"subTitle": {
"type": "object",
"properties": {
"de": { "type": "string" },
"en": { "type": "string" }
},
"required": ["de", "en"]
"oneOf": [
{ "type": "string" },
{
"type": "object",
"properties": {
"de": { "type": "string" },
"en": { "type": "string" }
},
"required": ["de", "en"]
}
]
},
"columns": {
"type": "array",