computer.sims.log.watchlistItem

sims.computer

{
  "id": "computer.sims.log.watchlistItem",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "tmdbId",
          "mediaType",
          "title",
          "addedAt"
        ],
        "properties": {
          "year": {
            "type": "string",
            "description": "Release year (four digits), denormalized for display."
          },
          "title": {
            "type": "string",
            "maxLength": 3000,
            "description": "Display title of the show.",
            "maxGraphemes": 300
          },
          "tmdbId": {
            "type": "string",
            "description": "TMDB id of the show."
          },
          "addedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the show was added to the watchlist."
          },
          "mediaType": {
            "enum": [
              "movie",
              "tv"
            ],
            "type": "string",
            "description": "Media type of the work. Watchlist entries are TV shows today."
          },
          "posterUrl": {
            "type": "string",
            "format": "uri",
            "description": "TMDB poster URL for the card."
          }
        }
      },
      "description": "A shared-watchlist entry: one show a member wants to watch, written into that member's own space-repo. rkey is 'tmdb-<id>' so an add is idempotent per show."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.sims.log.watchlistItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gqorgf2irpe5vy6osekgc3be
CID
bafyreiabjoootbap2hh3gu4o7ogu6x2dy7ldj5finae6fq4lrqwpmpm23q
Indexed At
2026-08-24 01:57 UTC
AT-URI
at://did:plc:gqorgf2irpe5vy6osekgc3be/com.atproto.lexicon.schema/computer.sims.log.watchlistItem

Lexicon Garden

@