pub.leaflet.publicationPage

leaflet.pub

{
  "id": "pub.leaflet.publicationPage",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publication",
          "path",
          "content"
        ],
        "properties": {
          "path": {
            "type": "string"
          },
          "title": {
            "type": "string",
            "maxLength": 2000
          },
          "content": {
            "ref": "pub.leaflet.content",
            "type": "ref"
          },
          "publication": {
            "type": "string",
            "format": "at-uri"
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A static page belonging to a publication (e.g. about / contact). The rkey is derived from the page path slug."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.leaflet.publicationPage

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

Metadata

DID
did:plc:btxrwcaeyodrap5mnjw2fvmz
CID
bafyreicpf6waqlzybohpp4jdmo2iun74w2lk32zgbl3m3f42lfgyymeoo4
Indexed At
2026-05-21 03:54 UTC
AT-URI
at://did:plc:btxrwcaeyodrap5mnjw2fvmz/com.atproto.lexicon.schema/pub.leaflet.publicationPage

Referenced Schemas (1)

Lexicon Garden

@