Skip to main content

Book

idinteger<int64>required

Unique identifier for the book

titlestringrequired

The title of the book

authorstringrequired

The author of the book

publishedDatestring<date>

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