pub.leaflet.publicationPage

leaflet.pub

Documentation

A static page belonging to a publication (e.g. about / contact). The rkey is derived from the page path slug.

main record

A static page belonging to a publication (e.g. about / contact). The rkey is derived from the page path slug.

Record Key any Any valid record key

Properties

path string Required

No description available.

publication string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

title string Optional

No description available.

maxLength: 2000 bytes
View raw schema
{
  "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."
}

Lexicon Garden

@