xyz.opnshelf.review

opnshelf.xyz

{
  "id": "xyz.opnshelf.review",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "mediaType",
          "mediaId",
          "title",
          "content",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 3000,
            "description": "Review title",
            "maxGraphemes": 300
          },
          "content": {
            "type": "string",
            "maxLength": 100000,
            "description": "Review body as markdown source",
            "maxGraphemes": 20000
          },
          "mediaId": {
            "type": "string",
            "description": "TMDB movie ID or show ID"
          },
          "spoiler": {
            "type": "boolean",
            "description": "True when the body contains spoilers for the reviewed media item. The title is outside the spoiler boundary and must remain spoiler-free."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp"
          },
          "mediaType": {
            "enum": [
              "movie",
              "show",
              "season",
              "episode"
            ],
            "type": "string",
            "description": "Media type"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last edit timestamp"
          },
          "seasonNumber": {
            "type": "integer",
            "description": "Season number for season/episode items"
          },
          "episodeNumber": {
            "type": "integer",
            "description": "Episode number for episode items"
          }
        }
      },
      "description": "A user's long-form textual review of a media item. Carries no numeric score (that is a separate xyz.opnshelf.rating). Zero-or-many per media item per user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.review

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jkf4momksftvstbyqnb5sxik
CID
bafyreihwhgt22igfpd5vyjvargep3tbl4w6bqbhi5jxkk6ysgxsysizdbe
Indexed At
2026-08-18 17:25 UTC
AT-URI
at://did:plc:jkf4momksftvstbyqnb5sxik/com.atproto.lexicon.schema/xyz.opnshelf.review

Version History (2 versions)

Lexicon Garden

@