Skip to content

Commit 9511b66

Browse files
authored
1 parent 129035d commit 9511b66

File tree

1 file changed

+2
-1
lines changed
  • packages/chai-openapi-response-validator

1 file changed

+2
-1
lines changed

packages/chai-openapi-response-validator/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ paths:
219219
description: Response body should be an ExampleSchemaObject
220220
content:
221221
application/json:
222-
schema: '#/components/schemas/ExampleSchemaObject'
222+
schema:
223+
$ref: '#/components/schemas/ExampleSchemaObject'
223224
components:
224225
schemas:
225226
ExampleSchemaObject:

0 commit comments

Comments
 (0)