This commit is contained in:
parent
3a69cf5e34
commit
7e01225447
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user