Skip to content

Commit

Permalink
Fixup openapi package: fix for path params must have required true
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Mar 15, 2022
1 parent 8ee4f4f commit 2949275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/validation/testdata/backend_01_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ paths:
name: a
schema:
type: string
required: false
required: true
responses:
200:
description: OK
Expand Down

0 comments on commit 2949275

Please sign in to comment.