express-openapi-validator icon indicating copy to clipboard operation
express-openapi-validator copied to clipboard

🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification

Results 215 express-openapi-validator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** With [this](https://github.com/cdimascio/express-openapi-validator/pull/675/files) commit, there is one issue caused which is blocking us to use default exported functions in APIs **To Reproduce** 1. Use any version > 4.13.2...

**Describe the bug** When using the formats property as described in the docs: https://github.com/cdimascio/express-openapi-validator/wiki/Documentation#%EF%B8%8F-formats-optional I get following warning: `formats as an array is deprecated. Use object instead https://ajv.js.org/options.html#formats` **To Reproduce**...

**Describe the bug** I have generated a server with `openapi-express-server` but I need to convert it to ES6 as I will be using some libraries that do not support CommonJS...

**Describe the bug** The system is throwing an incorrect error message. Instead of the custom error message thrown in the serializer, the system is returning a generic OpenAPI validation error....

**Describe the bug** From version 4.10, the requestBody schema loaded by OpenApiValidator has changed and does not contain the property $ref anymore. This property was used by openapi-express-generator to give...

**Describe the bug** When switching to express-openapi-validator one of our existing schemas failed request validation for nullable nested objects in combination with oneOf. express-openapi-validator versions tested: 5.0.3 and 5.0.4 **To...

Bumps [webpack](https://github.com/webpack/webpack) to 5.76.2 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together. Updates `webpack` from 5.73.0 to 5.76.2 Release notes Sourced from webpack's releases. v5.76.2 Bugfixes...

dependencies

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.0.11 to 9.0.5. Release notes Sourced from @​nestjs/core's releases. v9.0.5 (2022-07-20) Bug fixes common, platform-express #9819 fix: use pipeline over stream.pipe (@​jmcdo29) Enhancements microservices #9798 feat(microservices): add...

dependencies

**Describe the bug** When it validate a query parameter that in the openapi we defined it as an array structured like this: ``` name: param in: query explode: false schema:...

# Describe the bug When providing a serializer for a format, you often take an object and serialize to a string. For example, if I provide the following serDes configuration...