app.offprint.block.heading

offprint.app

{
  "id": "app.offprint.block.heading",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "plaintext",
        "level"
      ],
      "properties": {
        "level": {
          "type": "integer",
          "maximum": 3,
          "minimum": 1,
          "required": true,
          "description": "Heading level (1-3)"
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "app.offprint.richtext.facet",
            "type": "ref"
          },
          "description": "Facets for text formatting"
        },
        "plaintext": {
          "type": "string",
          "required": true,
          "description": "The heading text content"
        },
        "textAlign": {
          "enum": [
            "left",
            "center",
            "right"
          ],
          "type": "string",
          "description": "Text alignment"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.heading

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

Metadata

DID
did:plc:pgjkomf37an4czloay5zeth6
CID
bafyreihm3i3l7rn7pw3h6rxujzbwfw4llug3hvb47msxm6sishgwc3p7gq
Indexed At
2026-01-16 04:01 UTC
AT-URI
at://did:plc:pgjkomf37an4czloay5zeth6/com.atproto.lexicon.schema/app.offprint.block.heading

Referenced Schemas (1)

Lexicon Garden

@