xyz.opnshelf.list.item

rowanpaul.opnshelf.social

{
  "id": "xyz.opnshelf.list.item",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "listRkey",
          "mediaType",
          "mediaId",
          "createdAt"
        ],
        "properties": {
          "notes": {
            "type": "string",
            "description": "Optional user notes about the media in this list"
          },
          "mediaId": {
            "type": "string",
            "description": "TMDB movie ID or show ID"
          },
          "listRkey": {
            "type": "string",
            "description": "Rkey of the parent list"
          },
          "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 media item in a list for OpnShelf"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.list.item

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:u5ggziwgin2unsdw74yntrw7
CID
bafyreibuqc5cb3lvibxzo5rf2nfxk3pccv5tekufeghacnlzmndbvdrcya
Indexed At
2026-06-26 11:27 UTC
AT-URI
at://did:plc:u5ggziwgin2unsdw74yntrw7/com.atproto.lexicon.schema/xyz.opnshelf.list.item

Lexicon Garden

@