core: update swagger.yaml

This commit is contained in:
Derrick Hammer 2024-03-21 12:36:58 -04:00
parent f31b343aa0
commit c32edef621
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -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: