跳到主要内容
版本:1.0

BookBase

idinteger<int64>required

书籍的唯一标识符

Example: 1234567890
titlestringrequired

书籍的标题

Example: 了不起的盖茨比
authorstringrequired

书籍的作者

Example: F. Scott Fitzgerald
BookBase
{
"id": 1234567890,
"title": "了不起的盖茨比",
"author": "F. Scott Fitzgerald"
}