A cryptographic proof record that contains RSVP acceptance data.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "The CID (Content Identifier) of the rsvp that this proof validates."
}
}
},
"description": "A cryptographic proof record that contains RSVP acceptance data."
}