refact: openapi splitted into separate files
This commit is contained in:
parent
9ed09500ed
commit
2025bb451f
22 changed files with 443 additions and 435 deletions
14
api/schemas/Studio.yaml
Normal file
14
api/schemas/Studio.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
type: object
|
||||
required:
|
||||
- id
|
||||
- name
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
format: int64
|
||||
name:
|
||||
type: string
|
||||
poster:
|
||||
$ref: ./Image.yaml
|
||||
description:
|
||||
type: string
|
||||
Loading…
Add table
Add a link
Reference in a new issue