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
content
ref
pub.leaflet.content
Required
No description available.
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 bytesView 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."
}