No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"recipientDid",
"grantUri",
"acceptedAt"
],
"properties": {
"grantUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the dev.pcvera.badge.grant record being accepted."
},
"acceptedAt": {
"type": "string",
"format": "datetime",
"description": "When the recipient accepted the grant."
},
"recipientDid": {
"type": "string",
"format": "did",
"description": "DID of the recipient who accepted (must match the grant recipient)."
}
}
}
}