No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"template"
],
"properties": {
"columns": {
"type": "array",
"items": {
"refs": [
"#column"
],
"type": "union"
}
},
"template": {
"type": "string"
}
}
}