feat:
This commit is contained in:
parent
9f74c9eeb6
commit
4c7d03cddc
7 changed files with 28 additions and 6 deletions
|
|
@ -5,6 +5,6 @@ properties:
|
|||
type: integer
|
||||
format: int64
|
||||
storage_type:
|
||||
type: string
|
||||
$ref: './enums/StorageType.yaml'
|
||||
image_path:
|
||||
type: string
|
||||
|
|
|
|||
5
api/schemas/enums/StorageType.yaml
Normal file
5
api/schemas/enums/StorageType.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
type: string
|
||||
description: Image storage type
|
||||
enum:
|
||||
- s3
|
||||
- local
|
||||
Loading…
Add table
Add a link
Reference in a new issue