blog.pckt.block.taskItem

pckt.blog

Documentation

main object

No description available.

Properties

checked boolean Required

Whether the task is completed

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"
    }
  }
}

Lexicon Garden

@