fix: set hash and mime_type as required

This commit is contained in:
Derrick Hammer 2024-03-21 11:01:03 -04:00
parent 4dec430c69
commit abec1877cd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -909,6 +909,9 @@ components:
$ref: '#/components/schemas/AccountPin' $ref: '#/components/schemas/AccountPin'
AccountPin: AccountPin:
type: object type: object
required:
- hash
- mime_type
properties: properties:
hash: hash:
type: string type: string