core: update swagger.yaml
This commit is contained in:
parent
f31b343aa0
commit
c32edef621
|
@ -911,10 +911,13 @@ components:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- hash
|
- hash
|
||||||
|
- size
|
||||||
- mime_type
|
- mime_type
|
||||||
properties:
|
properties:
|
||||||
hash:
|
hash:
|
||||||
type: string
|
type: string
|
||||||
|
size:
|
||||||
|
type: integer
|
||||||
mime_type:
|
mime_type:
|
||||||
type: string
|
type: string
|
||||||
RegistryQueryResponse:
|
RegistryQueryResponse:
|
||||||
|
|
Loading…
Reference in New Issue