10 lines
178 B
YAML
10 lines
178 B
YAML
type: object
|
|
properties:
|
|
# id выпиливаем
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
storage_type:
|
|
$ref: './enums/StorageType.yaml'
|
|
image_path:
|
|
type: string
|