{
"id": "app.standard-reader.collection",
"defs": {
"item": {
"type": "object",
"required": [
"document"
],
"properties": {
"note": {
"type": "string",
"maxLength": 2000,
"description": "Optional markdown note shown ahead of the piece."
},
"document": {
"type": "string",
"format": "at-uri",
"description": "AT URI of an included site.standard.document."
}
}
},
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"document",
"items",
"createdAt"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "app.standard-reader.collection#item",
"type": "ref"
},
"maxLength": 42,
"description": "Ordered curated articles plus optional per-item notes."
},
"colophon": {
"ref": "app.standard-reader.collection#colophon",
"type": "ref"
},
"document": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the site.standard.document record this collection renders."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the collection manifest was first published."
},
"editorial": {
"ref": "app.standard-reader.collection#editorial",
"type": "ref"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When the collection manifest was last edited."
}
}
},
"description": "Curated magazine collection manifest for a site.standard.document. Uses the same record key as the document it extends so both records can be fetched with one predictable pair of GETs."
},
"colophon": {
"type": "object",
"properties": {
"body": {
"type": "string",
"maxLength": 8000
}
},
"description": "Optional closing credits on the magazine end spread."
},
"editorial": {
"type": "object",
"properties": {
"body": {
"type": "string",
"maxLength": 8000
},
"title": {
"type": "string",
"maxLength": 160
}
},
"description": "Optional editorial intro shown ahead of the curated pieces."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:f4os2wz5fjl56xpwcvtnqu7m
- CID
-
bafyreiexstzfbg2l5vcj7gisc2jccicbscbbujbfv3he7nzxpsv6j5qfhe
- Indexed At
- 2026-06-17 21:47 UTC
- AT-URI
-
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.collection
Version History (2 versions)