work.lexical.action

lexical.work

{
  "id": "work.lexical.action",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "work",
          "actionType"
        ],
        "properties": {
          "work": {
            "type": "string",
            "format": "at-uri",
            "required": true,
            "maxLength": 2048,
            "description": "AT URI of the work this action was performed on."
          },
          "actionType": {
            "type": "string",
            "required": true,
            "maxLength": 64,
            "description": "The type of action performed.",
            "knownValues": [
              "watch",
              "read",
              "listen",
              "play"
            ],
            "maxGraphemes": 64
          },
          "occurredAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64,
            "description": "When the action occurred."
          }
        }
      },
      "description": "A record representing an action taken on a creative work."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.action

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@