Book
idinteger<int64>required
书籍的唯一标识符
Example:
1234567890titlestringrequired
书籍的标题
Example:
了不起的盖茨比authorstringrequired
书籍的作者
Example:
F. Scott FitzgeraldpublishedDatestring<date>
书籍发布日期
Example:
2021-01-01genrestring
书籍的类型
Example:
小说tagsstring[]
与书籍相关的标签
Example:
["小说","悬疑"]Book
{
"id": 1234567890,
"title": "了不起的盖茨比",
"author": "F. Scott Fitzgerald",
"publishedDate": "2021-01-01",
"genre": "小说",
"tags": [
"小说",
"悬疑"
]
}