{
"id": "xyz.opnshelf.note",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"mediaType",
"mediaId",
"content",
"createdAt"
],
"properties": {
"content": {
"type": "string",
"maxLength": 5000,
"description": "Note content"
},
"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"
},
"seasonNumber": {
"type": "integer",
"description": "Season number for season/episode items"
},
"episodeNumber": {
"type": "integer",
"description": "Episode number for episode items"
}
}
},
"description": "A user note about a media item"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:u5ggziwgin2unsdw74yntrw7
- CID
-
bafyreigf6fmtxusiqeoq4anw4jpla7nimydg75fy523u3zpi56deffuhmi
- Indexed At
- 2026-06-26 11:27 UTC
- AT-URI
-
at://did:plc:u5ggziwgin2unsdw74yntrw7/com.atproto.lexicon.schema/xyz.opnshelf.note