No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"colspan": {
"type": "integer",
"minimum": 1,
"description": "Number of columns this cell spans"
},
"content": {
"type": "array",
"items": {
"refs": [
"blog.pckt.block.text"
],
"type": "union",
"closed": false
},
"description": "Array of block content (typically text)"
},
"rowspan": {
"type": "integer",
"minimum": 1,
"description": "Number of rows this cell spans"
}
}
}