Skip to content

Commit 41a1c6e

Browse files
darren987469darrelmiller
authored andcommitted
Fix example response reference (OAI#1670)
`GET /pets/{petId}` returns a pet, not pets.
1 parent 04f659a commit 41a1c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3.0/petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ paths:
7272
content:
7373
application/json:
7474
schema:
75-
$ref: "#/components/schemas/Pets"
75+
$ref: "#/components/schemas/Pet"
7676
default:
7777
description: unexpected error
7878
content:

0 commit comments

Comments
 (0)