BookBase
idint64required
Unique identifier for the book
titlestringrequired
The title of the book
authorstringrequired
The author of the book
BookBase
{
"id": 0,
"title": "string",
"author": "string"
}
Unique identifier for the book
The title of the book
The author of the book
{
"id": 0,
"title": "string",
"author": "string"
}