Skip to content

Commit

Permalink
Fix example response reference (#1670)
Browse files Browse the repository at this point in the history
`GET /pets/{petId}` returns a pet, not pets.
  • Loading branch information
darren987469 authored and darrelmiller committed Jul 11, 2019
1 parent 04f659a commit 41a1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v3.0/petstore.yaml
Expand Up @@ -72,7 +72,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Pets"
$ref: "#/components/schemas/Pet"
default:
description: unexpected error
content:
Expand Down

0 comments on commit 41a1c6e

Please sign in to comment.