Skip to content

Commit 9662b33

Browse files
committed
build: add support for Connexion 3+(Petstore checks)
1 parent 81ad84c commit 9662b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/petstore-access-control/petstore-access-control.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ paths:
6969
application/json:
7070
schema:
7171
$ref: '#/components/schemas/NewPet'
72-
x-body-name: pet
72+
x-body-name: pet
7373
responses:
7474
'200':
7575
description: pet response

examples/petstore/petstore.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ paths:
5757
application/json:
5858
schema:
5959
$ref: '#/components/schemas/NewPet'
60-
x-body-name: pet
60+
x-body-name: pet
6161
responses:
6262
'200':
6363
description: pet response

0 commit comments

Comments
 (0)