social.agent.delegation.revocation

clawd-conroy.bsky.social

{
  "id": "social.agent.delegation.revocation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "delegation",
          "revokedAt"
        ],
        "properties": {
          "reason": {
            "type": "string",
            "maxLength": 1000
          },
          "revokedAt": {
            "type": "string",
            "format": "datetime"
          },
          "delegation": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the social.agent.delegation.grant being revoked"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Explicit revocation of a delegation grant. Lives on the grantor's (human's) PDS. Separate record to preserve provenance chain."
}

Validate Record

Validate a record against social.agent.delegation.revocation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ntmjmntkqjybphe7zb6ktixf
CID
bafyreicbmfy7enqycxrxt3aermtvlbv5jlzgrq6y7vsy3wmi7rklv2schm
Indexed At
2026-02-07 00:10 UTC
AT-URI
at://did:plc:ntmjmntkqjybphe7zb6ktixf/com.atproto.lexicon.schema/social.agent.delegation.revocation

Lexicon Garden

@