No description available.
Record Key
tid
Timestamp-based ID
Properties
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"
}
}
}
}