From 70c07a62317006ea2adacb54edd22bee89764307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 25 Mar 2020 02:30:01 +0100 Subject: [PATCH] add 400 response --- input.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/input.yml b/input.yml index b0e1959..f1d06f4 100644 --- a/input.yml +++ b/input.yml @@ -42,6 +42,14 @@ paths: type: array items: $ref: '#/components/schemas/Error' + '400': + description: Json parse error + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/Error' components: schemas: