bond.biblio.stamp

lexicon.store View official

Documentation

A completion attestation issued by a librarian

main record

A completion attestation issued by a librarian

Record Key tid Timestamp-based ID

Properties

book string at-uri Required

AT-URI of the reader's book record. Lexicon-agnostic: works with bond.biblio.book, buzz.bookhive.book, or any future book lexicon.

createdAt string datetime Required

When this stamp was issued

list string at-uri Required

AT-URI of the reading list this stamp is for

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"
}

Lexicon Garden

@