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 726dc5b commit fe3b5e2Copy full SHA for fe3b5e2
README.md
@@ -136,7 +136,7 @@ import { validationMetadatasToSchemas } from 'class-validator-jsonschema'
136
// ...
137
138
const schemas = validationMetadatasToSchemas(metadatas, {
139
- refPointerPrefix: '#/components/schemas'
+ refPointerPrefix: '#/components/schemas/'
140
})
141
142
const spec = routingControllersToSpec(storage, routingControllerOptions, {
0 commit comments