blog.pckt.block.tableCell

pckt.blog

{
  "id": "blog.pckt.block.tableCell",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "colspan": {
          "type": "integer",
          "minimum": 1,
          "description": "Number of columns this cell spans"
        },
        "content": {
          "type": "array",
          "items": {
            "refs": [
              "blog.pckt.block.text"
            ],
            "type": "union",
            "closed": false
          },
          "description": "Array of block content (typically text)"
        },
        "rowspan": {
          "type": "integer",
          "minimum": 1,
          "description": "Number of rows this cell spans"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Regular table cell containing text and inline content."
}

Validate Record

Validate a record against blog.pckt.block.tableCell

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

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreifmkjqeo3cwpo5jsrniuahvondxng4vh5hllthumcyfouddbe3gt4
Indexed At
2026-02-01 00:01 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.block.tableCell

Referenced Schemas (1)

Lexicon Garden

@