No description available.
Record Key
self
Properties
View raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"required": [
"signature",
"key",
"updatedAt"
],
"properties": {
"key": {
"type": "string"
},
"signature": {
"type": "bytes"
},
"updatedAt": {
"type": "string",
"format": "timestamp"
}
}
}
}