This commit is contained in:
parent
83d346dfec
commit
3a69cf5e34
@ -117,13 +117,19 @@
|
||||
]
|
||||
},
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"xAxis": { "type": "string", "enum": ["timeline"] },
|
||||
"timeInterval": {
|
||||
"type": "string",
|
||||
@ -207,6 +213,7 @@
|
||||
"table": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"containerProps": { "$ref": "#/definitions/containerProps" },
|
||||
"type": { "type": "string", "enum": ["table"] },
|
||||
"filter": { "type": "boolean" },
|
||||
"collection": { "type": "string" },
|
||||
@ -243,7 +250,7 @@
|
||||
"$ref": "#/definitions/additionalApiParams"
|
||||
}
|
||||
},
|
||||
"required": ["type", "columns"],
|
||||
"required": ["type"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user