{
"id": "xyz.opnshelf.review",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"mediaType",
"mediaId",
"title",
"content",
"createdAt"
],
"properties": {
"title": {
"type": "string",
"maxLength": 3000,
"description": "Review title",
"maxGraphemes": 300
},
"content": {
"type": "string",
"maxLength": 100000,
"description": "Review body as markdown source",
"maxGraphemes": 20000
},
"mediaId": {
"type": "string",
"description": "TMDB movie ID or show ID"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Record creation timestamp"
},
"mediaType": {
"enum": [
"movie",
"show",
"season",
"episode"
],
"type": "string",
"description": "Media type"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last edit timestamp"
},
"seasonNumber": {
"type": "integer",
"description": "Season number for season/episode items"
},
"episodeNumber": {
"type": "integer",
"description": "Episode number for episode items"
}
}
},
"description": "A user's long-form textual review of a media item. Carries no numeric score (that is a separate xyz.opnshelf.rating). Zero-or-many per media item per user."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:jkf4momksftvstbyqnb5sxik
- CID
-
bafyreiag5ond7ge3ow3dxou33s52vbzcimmxd2jv4joamv22exdxjcybwu
- Indexed At
- 2026-07-26 20:10 UTC
- AT-URI
-
at://did:plc:jkf4momksftvstbyqnb5sxik/com.atproto.lexicon.schema/xyz.opnshelf.review
Version History (2 versions)