A completion attestation issued by a librarian
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"list",
"book",
"createdAt"
],
"properties": {
"book": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the reader's book record. Lexicon-agnostic: works with bond.biblio.book, buzz.bookhive.book, or any future book lexicon."
},
"list": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the reading list this stamp is for"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this stamp was issued"
}
}
},
"description": "A completion attestation issued by a librarian"
}