Fix issue with the open api spec

This commit is contained in:
ricardo 2022-04-19 12:39:44 -04:00
parent 7e299932f0
commit 508a76af96

View file

@ -87,7 +87,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserInformation'
type: array
items:
$ref: '#/components/schemas/UserInformation'
required: true
responses:
"200":