work.lexical.review

lexical.work

{
  "id": "work.lexical.review",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "work",
          "text"
        ],
        "properties": {
          "text": {
            "type": "string",
            "required": true,
            "maxLength": 10240,
            "description": "The review text.",
            "maxGraphemes": 20480
          },
          "work": {
            "type": "string",
            "format": "at-uri",
            "required": true,
            "maxLength": 2048,
            "description": "AT URI of the work being reviewed."
          },
          "action": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 2048,
            "description": "AT URI of the action this review is tied to."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "social.lexical.richtext.facet",
              "type": "ref",
              "nullable": false
            },
            "nullable": false,
            "required": false
          },
          "rating": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 2048,
            "description": "AT URI of a rating associated with this review."
          }
        }
      },
      "description": "A record representing a review of a work."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.review

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6acm263n23glqje6xrd2mgbt
CID
bafyreigu6rtrluehl3236akftbmbgdexhb2qqsxxfdrww6jqnh4gchu6ey
Indexed At
2026-05-01 08:18 UTC
AT-URI
at://did:plc:6acm263n23glqje6xrd2mgbt/com.atproto.lexicon.schema/work.lexical.review

Referenced Schemas (1)

Lexicon Garden

@