No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "array",
"items": {
"refs": [
"blog.pckt.block.text"
],
"type": "union",
"closed": false
},
"description": "Array of text blocks"
}
}
}