The user started but did not finish, and has stopped.
Referenceorg.shelfcheck.defs#abandoned
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "The user started but did not finish, and has stopped."
}
Structured reference to an author of a book.
Properties
No description available.
maxLength: 256 bytes
Open Library author key, e.g. 'OL23919A'.
maxLength: 64 bytes
View raw schema
{
"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."
}
Identifiers correlating a book across catalogs. At least one identifier should be present, with olWorkId preferred.
Properties
No description available.
maxLength: 64 bytes
BookHive canonical book id, present when imported from a buzz.bookhive.book record.
maxLength: 64 bytes
No description available.
maxLength: 13 bytes
No description available.
maxLength: 17 bytes
Open Library Work ID, e.g. 'OL45883W'. Edition-independent. Primary correlation key.
maxLength: 64 bytes
View raw schema
{
"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."
}
The user has finished reading this book.
Referenceorg.shelfcheck.defs#finished
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "The user has finished reading this book."
}
The user is currently reading this book.
Referenceorg.shelfcheck.defs#reading
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "The user is currently reading this book."
}
The user wants to read this book.
Referenceorg.shelfcheck.defs#wantToRead
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "The user wants to read this book."
}