xyz.opnshelf.movie

rowanpaul.opnshelf.social View official

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

Validate Record

Validate a record against xyz.opnshelf.movie

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@