-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add api spec for subjects browsing
- Loading branch information
Showing
8 changed files
with
275 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
title: SubjectAnimeCategory | ||
example: 1 | ||
enum: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 5 | ||
type: integer | ||
description: |- | ||
动画类型 | ||
- `0` 为 其他 | ||
- `1` 为 TV | ||
- `2` 为 OVA | ||
- `3` 为 Movie | ||
- `5` 为 WEB | ||
x-ms-enum: | ||
name: SubjectAnimeCategory | ||
modelAsString: false | ||
values: | ||
- Other | ||
- TV | ||
- OVA | ||
- Movie | ||
- WEB | ||
x-enum-varnames: | ||
- Other | ||
- TV | ||
- OVA | ||
- Movie | ||
- WEB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
title: SubjectBookCategory | ||
example: 1001 | ||
enum: | ||
- 0 | ||
- 1001 | ||
- 1002 | ||
- 1003 | ||
type: integer | ||
description: |- | ||
书籍类型 | ||
- `0` 为 其他 | ||
- `1001` 为 漫画 | ||
- `1002` 为 小说 | ||
- `1003` 为 画集 | ||
x-ms-enum: | ||
name: SubjectBookCategory | ||
modelAsString: false | ||
values: | ||
- Other | ||
- Comic | ||
- Novel | ||
- Illustration | ||
x-enum-varnames: | ||
- Other | ||
- Comic | ||
- Novel | ||
- Illustration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
title: SubjectGameCategory | ||
example: 4001 | ||
enum: | ||
- 0 | ||
- 4001 | ||
- 4003 | ||
- 4002 | ||
- 4005 | ||
type: integer | ||
description: |- | ||
游戏类型 | ||
- `0` 为 其他 | ||
- `4001` 为 游戏 | ||
- `4002` 为 软件 | ||
- `4003` 为 扩展包 | ||
- `4005` 为 桌游 | ||
x-ms-enum: | ||
name: SubjectGameCategory | ||
modelAsString: false | ||
values: | ||
- Other | ||
- Games | ||
- Software | ||
- DLC | ||
- Tabletop | ||
x-enum-varnames: | ||
- Other | ||
- Games | ||
- Software | ||
- DLC | ||
- Tabletop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
title: SubjectRealCategory | ||
example: 6 | ||
enum: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 6001 | ||
- 6002 | ||
- 6003 | ||
- 6004 | ||
type: integer | ||
description: |- | ||
电影类型 | ||
- `0` 为 其他 | ||
- `1` 为 日剧 | ||
- `2` 为 欧美剧 | ||
- `3` 为 华语剧 | ||
- `6001` 为 电视剧 | ||
- `6002` 为 电影 | ||
- `6003` 为 演出 | ||
- `6004` 为 综艺 | ||
x-ms-enum: | ||
name: SubjectRealCategory | ||
modelAsString: false | ||
values: | ||
- Other | ||
- JP | ||
- EN | ||
- CN | ||
- TV | ||
- Movie | ||
- Live | ||
- Show | ||
x-enum-varnames: | ||
- Other | ||
- JP | ||
- EN | ||
- CN | ||
- TV | ||
- Movie | ||
- Live | ||
- Show |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters