blog.pckt.block.taskItem

pckt.blog

{
  "id": "blog.pckt.block.taskItem",
  "defs": {
    "main": {
      "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"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Individual task item with checkbox state."
}

Validate Record

Validate a record against blog.pckt.block.taskItem

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreiepmwjownebaykw5ey7tn4chbcxv22adzqiff3z6uvploopwrzpaa
Indexed At
2026-01-09 12:37 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.block.taskItem

Referenced Schemas (1)

Lexicon Garden

@