跳到主要内容
版本:1.0

Book

idinteger<int64>required

书籍的唯一标识符

Example: 1234567890
titlestringrequired

书籍的标题

Example: 了不起的盖茨比
authorstringrequired

书籍的作者

Example: F. Scott Fitzgerald
publishedDatestring<date>

书籍发布日期

Example: 2021-01-01
genrestring

书籍的类型

Example: 小说
tagsstring[]

与书籍相关的标签

Example: ["小说","悬疑"]
Book
{
"id": 1234567890,
"title": "了不起的盖茨比",
"author": "F. Scott Fitzgerald",
"publishedDate": "2021-01-01",
"genre": "小说",
"tags": [
"小说",
"悬疑"
]
}