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