blog.pckt.block.tableHeader

pckt.blog

{
  "id": "blog.pckt.block.tableHeader",
  "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": "Table header cell containing text and inline content."
}

Validate Record

Validate a record against blog.pckt.block.tableHeader

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

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreigbkqro4by5xuy2odswslchuu5rpsnmlth6io2zblibjsltd5aqmy
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.block.tableHeader

Referenced Schemas (1)

Lexicon Garden

@