No description available.
Properties
content
array
of refblog.pckt.block.tableRow
Required
Array of table rows
View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "array",
"items": {
"ref": "blog.pckt.block.tableRow",
"type": "ref"
},
"description": "Array of table rows"
}
}
}