xyz.opnshelf.rating

rowanpaul.opnshelf.social View official

{
  "id": "xyz.opnshelf.rating",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "mediaType",
          "mediaId",
          "rating",
          "createdAt"
        ],
        "properties": {
          "rating": {
            "type": "integer",
            "maximum": 10,
            "minimum": 1,
            "description": "Rating from 1 to 10 (maps to 0.5-5.0 stars)"
          },
          "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 user's numeric rating for a media item (one per user per media item)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.rating

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@