From 29492756c4b77a2fe4d17e3b76e6facb37f6d1dd Mon Sep 17 00:00:00 2001 From: Marcel Ludwig Date: Tue, 15 Mar 2022 17:27:58 +0100 Subject: [PATCH] Fixup openapi package: fix for path params must have required true https://github.com/getkin/kin-openapi/pull/490 --- handler/validation/testdata/backend_01_openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/validation/testdata/backend_01_openapi.yaml b/handler/validation/testdata/backend_01_openapi.yaml index 667d79608..d59e09e72 100644 --- a/handler/validation/testdata/backend_01_openapi.yaml +++ b/handler/validation/testdata/backend_01_openapi.yaml @@ -43,7 +43,7 @@ paths: name: a schema: type: string - required: false + required: true responses: 200: description: OK