From abec1877cddf90fce583796949731f51ee5dc8d5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 21 Mar 2024 11:01:03 -0400 Subject: [PATCH] fix: set hash and mime_type as required --- api/s5/swagger.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/s5/swagger.yaml b/api/s5/swagger.yaml index db2b09a..0fa78d1 100644 --- a/api/s5/swagger.yaml +++ b/api/s5/swagger.yaml @@ -909,6 +909,9 @@ components: $ref: '#/components/schemas/AccountPin' AccountPin: type: object + required: + - hash + - mime_type properties: hash: type: string