work.lexical.rating

lexical.work

{
  "id": "work.lexical.rating",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "work",
          "value"
        ],
        "properties": {
          "work": {
            "type": "string",
            "format": "at-uri",
            "required": true,
            "maxLength": 2048,
            "description": "AT URI of the work being rated."
          },
          "value": {
            "type": "integer",
            "maximum": 10,
            "minimum": 0,
            "required": true,
            "description": "The rating value, from 0 to 10."
          },
          "action": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 2048,
            "description": "AT URI of the action this rating is tied to."
          },
          "ratedAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64,
            "description": "When the rating was made. Optional; clients may inherit from the linked action if absent."
          }
        }
      },
      "description": "A record representing a rating of a work."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.rating

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@