diff --git a/input.yml b/input.yml index f1d06f4..ef8f163 100644 --- a/input.yml +++ b/input.yml @@ -43,7 +43,15 @@ paths: items: $ref: '#/components/schemas/Error' '400': - description: Json parse error + description: JSON parse error + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/Error' + '416': + description: JSON invalid schema content: application/json: schema: