xyz.opnshelf.episode

opnshelf.xyz

{
  "id": "xyz.opnshelf.episode",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "showId",
          "seasonNumber",
          "episodeNumber",
          "source",
          "watchedAt",
          "createdAt"
        ],
        "properties": {
          "showId": {
            "type": "string",
            "description": "TMDB show ID"
          },
          "source": {
            "type": "string",
            "description": "Source of the show data (e.g., tmdb)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp"
          },
          "watchedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the episode was watched"
          },
          "seasonNumber": {
            "type": "integer",
            "description": "TMDB season number"
          },
          "episodeNumber": {
            "type": "integer",
            "description": "TMDB episode number"
          }
        }
      },
      "description": "A tracked show episode record for OpnShelf"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.episode

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@