We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129035d commit 9511b66Copy full SHA for 9511b66
packages/chai-openapi-response-validator/README.md
@@ -219,7 +219,8 @@ paths:
219
description: Response body should be an ExampleSchemaObject
220
content:
221
application/json:
222
- schema: '#/components/schemas/ExampleSchemaObject'
+ schema:
223
+ $ref: '#/components/schemas/ExampleSchemaObject'
224
components:
225
schemas:
226
ExampleSchemaObject:
0 commit comments