org.shelfcheck.defs

nowell.strite.org

{
  "id": "org.shelfcheck.defs",
  "defs": {
    "bookIds": {
      "type": "object",
      "properties": {
        "hiveId": {
          "type": "string",
          "maxLength": 64,
          "description": "BookHive canonical book id, present when imported from a buzz.bookhive.book record."
        },
        "isbn10": {
          "type": "string",
          "maxLength": 13
        },
        "isbn13": {
          "type": "string",
          "maxLength": 17
        },
        "olWorkId": {
          "type": "string",
          "maxLength": 64,
          "description": "Open Library Work ID, e.g. 'OL45883W'. Edition-independent. Primary correlation key."
        },
        "goodreadsId": {
          "type": "string",
          "maxLength": 64
        }
      },
      "description": "Identifiers correlating a book across catalogs. At least one identifier should be present, with olWorkId preferred."
    },
    "reading": {
      "type": "token",
      "description": "The user is currently reading this book."
    },
    "finished": {
      "type": "token",
      "description": "The user has finished reading this book."
    },
    "abandoned": {
      "type": "token",
      "description": "The user started but did not finish, and has stopped."
    },
    "authorRef": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 256
        },
        "olAuthorKey": {
          "type": "string",
          "maxLength": 64,
          "description": "Open Library author key, e.g. 'OL23919A'."
        }
      },
      "description": "Structured reference to an author of a book."
    },
    "wantToRead": {
      "type": "token",
      "description": "The user wants to read this book."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Shared definitions for the org.shelfcheck.* lexicon: status tokens, book identifiers, and structured author references."
}

Validate Record

Validate a record against org.shelfcheck.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wjr7uktrlvrqbgkbdp3svmjw
CID
bafyreicqbll4kjqu45bgjkk2petbs4bs6gfuan2yczauzypaq3n3sqkjqa
Indexed At
2026-04-26 23:05 UTC
AT-URI
at://did:plc:wjr7uktrlvrqbgkbdp3svmjw/com.atproto.lexicon.schema/org.shelfcheck.defs

Lexicon Garden

@