express-openapi-validator
express-openapi-validator copied to clipboard
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
**Describe the bug** When you use schemas that are defined in an external file and try to reuse this schema several times, the validations to the schema are completely ignored...
**Is your feature request related to a problem? Please describe.** Hi, this looks awesome and one of the few (only?) validators working with OpenAPI 3.1 specs however I was hoping...
**Describe the bug** [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) expects json API responses to be under a `response` object, where the OpenAPI spec doesn't. **To Reproduce** OpenAPI spec: ``` paths: /merchants: get: x-eov-operation-id: merchants#list x-eov-operation-handler:...
**Describe the bug** I get an error sending a request into my express api. I have validated my schema and also the schema generated from @apidevtools/json-schema-ref-parser and both are valid....
**Describe the bug** Since 5.2.0 I'm getting an error with the express-openapi-validator. With the previous 5.1.6 everything was finde. After some digging I could narrow it down to the json-schema-ref-parser....
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade ajv from 8.14.0 to 8.15.0. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 11.6.2 to 11.6.4. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade express-openapi-validator from 5.1.6 to 5.2.0. :information_source: Keep your dependencies...
**Describe the bug** The _express-openapi-validator_ library does not properly support query parameters with `explode: false` as specified in the OpenAPI 3.0.3 specification. This causes validation errors for parameters that should...