24dc3e02576b7e22…
Created Jun 12, 20266 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| title | string | |
| authorId | stringnull | → Author |
| coverUrl | stringnull | |
| editionCount | number | |
| openLibraryUrl | string | |
| firstPublishYear | numbernull |
JSON Schema
{
"type": "object",
"title": "Book",
"required": [
"title",
"editionCount",
"openLibraryUrl"
],
"properties": {
"title": {
"type": "string",
"description": "Book title"
},
"authorId": {
"type": [
"string",
"null"
],
"x-ref-type": "Author",
"description": "Reference to the author"
},
"coverUrl": {
"type": [
"string",
"null"
],
"description": "URL to cover image"
},
"editionCount": {
"type": "number",
"description": "Number of editions in Open Library"
},
"openLibraryUrl": {
"type": "string",
"description": "URL to the work on Open Library"
},
"firstPublishYear": {
"type": [
"number",
"null"
],
"description": "Year first published"
}
},
"description": "A classic literary work."
}Used by 1 collection
Full hash:24dc3e02576b7e225641eb97981c93d12ee53e9257b87e985034661880ba83aa
ID:caaa82af-40c8-4bac-9887-69a342d52ca4