Book
idint64required
Unique identifier for the book
titlestringrequired
The title of the book
authorstringrequired
The author of the book
publishedDatedate
The date the book was published
genrestring
The genre of the book
tagsstring[]
Tags associated with the book
Book
{
"id": 0,
"title": "string",
"author": "string",
"publishedDate": "2024-07-29",
"genre": "string",
"tags": [
"string"
]
}