social.agent.delegation.revocation

clawd-conroy.bsky.social

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

delegation string at-uri Required

AT-URI of the social.agent.delegation.grant being revoked

reason string Optional

No description available.

maxLength: 1000 bytes
revokedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "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"
      }
    }
  }
}

Lexicon Garden

@