express-openapi-validator
express-openapi-validator copied to clipboard
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
duration
Would it be possible to validate string format `duration`? See discussion: https://github.com/OAI/OpenAPI-Specification/issues/359 Definition: https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.7.3.1
**Describe the bug** ```js // property tags of the filter parameter { filter: { tags: ['APPLE'] } } // is converted to string { filter: { tags: 'APPLE' } }...
Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Is it possible to combine swagger-jsdoc with express-openapi-validator? The following code: ``` javascript var schema = swaggerJsdoc( { swaggerDefinition: { openapi: '3.0.0', info: { title: 'Title', description: 'API', version: '1.0.0',...
Snyk has created this PR to upgrade multer from 1.4.3 to 1.4.4.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Pull request in order to manage #683
**Is your feature request related to a problem? Please describe.** It could be great to use OpenAPIValidator mecanism to generate an AJV object and use it outside of an OpenAPI...