diff --git a/api/account/swagger.yaml b/api/account/swagger.yaml index 1b7777d..b997c7d 100644 --- a/api/account/swagger.yaml +++ b/api/account/swagger.yaml @@ -318,6 +318,12 @@ components: type: string AccountInfoResponse: type: object + required: + - id + - first_name + - last_name + - email + - verified properties: id: type: number