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