Skip to main content

BookBase

idinteger<int64>required

Unique identifier for the book

Example: 1234567890
titlestringrequired

The title of the book

Example: The Great Gatsby
authorstringrequired

The author of the book

Example: F. Scott Fitzgerald
BookBase
{
"id": 1234567890,
"title": "The Great Gatsby",
"author": "F. Scott Fitzgerald"
}