OpenAPIValidators icon indicating copy to clipboard operation
OpenAPIValidators copied to clipboard

Use Jest or Chai to assert that HTTP responses satisfy an OpenAPI spec

Results 52 OpenAPIValidators issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Are you using jest or chai**? Jest **Are you using OpenAPI 2, 3.0.X, or 3.1.0?** 3.0.X **Describe the bug clearly** TypeError: The "url" argument must be of type string. Received...

bug

**Are you using jest or chai**? Jest **Are you using OpenAPI 2, 3.0.X, or 3.1.0?** OpenAPI 3.0.3 **Describe the bug clearly** When I use `oneOf` for items in an array...

bug

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

**Are you using jest or chai**? Jest **Are you using OpenAPI 2, 3.0.X, or 3.1.0?** Openapi 3.0 **Describe the bug clearly** I'm using swaggerJSDoc and swagger-ui as interface to access...

bug

**Are you using OpenAPI 2, 3.0.X, or 3.1.0?** All of them **Would this solve a problem or make something easier?** Solve a problem **What would you like to happen?** I'd...

enhancement

**Are you using OpenAPI 2, 3.0.X, or 3.1.0?** 3.0.0 **Would this solve a problem or make something easier?** Solves a problem. **What would you like to happen?** Checking that your...

enhancement

**OpenAPI version** 2 and/or 3? 3 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated...

enhancement

When using the jest-openapi package in on of our projects, our build is failing with the following message when running tsc: ```../packages/it/node_modules/jest-openapi/node_modules/openapi-validator/dist/classes/OpenApi3Spec.d.ts(21,5): error TS2416: Property 'getSchemaObjects' in type 'OpenApi3Spec' is...