Skip to content

Commit

Permalink
docs(chai): fix OpenAPI Spec example
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalle61 authored Mar 29, 2022
1 parent 129035d commit 9511b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/chai-openapi-response-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ paths:
description: Response body should be an ExampleSchemaObject
content:
application/json:
schema: '#/components/schemas/ExampleSchemaObject'
schema:
$ref: '#/components/schemas/ExampleSchemaObject'
components:
schemas:
ExampleSchemaObject:
Expand Down

0 comments on commit 9511b66

Please sign in to comment.