refact: openapi splitted into separate files
This commit is contained in:
parent
9ed09500ed
commit
2025bb451f
22 changed files with 443 additions and 435 deletions
26
api/schemas/_index.yaml
Normal file
26
api/schemas/_index.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
CursorObj:
|
||||
$ref: ./CursorObj.yaml
|
||||
TitleSort:
|
||||
$ref: "./TitleSort.yaml"
|
||||
Image:
|
||||
$ref: "./Image.yaml"
|
||||
TitleStatus:
|
||||
$ref: "./enums/TitleStatus.yaml"
|
||||
ReleaseSeason:
|
||||
$ref: "./enums/ReleaseSeason.yaml"
|
||||
UserTitleStatus:
|
||||
$ref: "./enums/UserTitleStatus.yaml"
|
||||
Review:
|
||||
$ref: "./Review.yaml"
|
||||
Tag:
|
||||
$ref: "./Tag.yaml"
|
||||
Tags:
|
||||
$ref: "./Tags.yaml"
|
||||
Studio:
|
||||
$ref: "./Studio.yaml"
|
||||
Title:
|
||||
$ref: "./Title.yaml"
|
||||
User:
|
||||
$ref: "./User.yaml"
|
||||
UserTitle:
|
||||
$ref: "./UserTitle.yaml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue