xyz.opnshelf.library.item

opnshelf.xyz

{
  "id": "xyz.opnshelf.library.item",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "mediaType",
          "mediaId",
          "format",
          "createdAt"
        ],
        "properties": {
          "notes": {
            "type": "string",
            "description": "Optional user notes about the owned item"
          },
          "boxSet": {
            "type": "string",
            "description": "Optional named box set this item belongs to"
          },
          "format": {
            "enum": [
              "digital",
              "bluray",
              "bluray4k",
              "dvd"
            ],
            "type": "string",
            "description": "The medium the item is owned in"
          },
          "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 film a user owns in a given format (their Library). No parent record — the Library is the umbrella over these items."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.library.item

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jkf4momksftvstbyqnb5sxik
CID
bafyreiaugcgqx27o3ejdfqhmm63szhmcnxdjy3b7bsulislqvcwb5vil4i
Indexed At
2026-06-26 12:08 UTC
AT-URI
at://did:plc:jkf4momksftvstbyqnb5sxik/com.atproto.lexicon.schema/xyz.opnshelf.library.item

Lexicon Garden

@