blog.pckt.block.heading

pckt.blog

{
  "id": "blog.pckt.block.heading",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "plaintext"
      ],
      "properties": {
        "level": {
          "type": "integer",
          "maximum": 6,
          "minimum": 1,
          "description": "Heading level from 1 (most important) to 6 (least important)"
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "blog.pckt.richtext.facet",
            "type": "ref"
          },
          "description": "Facets for text formatting and features"
        },
        "plaintext": {
          "type": "string",
          "description": "The plain text content of the heading"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A heading block with hierarchical levels (1-6) for document structure."
}

Validate Record

Validate a record against blog.pckt.block.heading

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@