swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

Swagger 2.0 and OpenAPI 3.0 parser/validator

Results 99 swagger-parser issues
Sort by recently updated
recently updated
newest added

fixes #186 I did my best to avoid breaking changes, tests seem to pass, so I don't expect that semver major will be necessary for this.

I created a monorepository using turborepo with the yarn (v3.1.1) option. In there I have two express applications that use swagger. While trying to install I get the following log...

I only recently learned about the `bundle` command and it promised to be exactly what I was looking for. After taking it for a test ride I'm left with mixed...

working as intended
question

As per the definition in https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-13 we have swagger.json where we have defined schema example with "$ref": "../examples/example1.json" as given below. But npm swagger-parser (3.3.0) .dereference() is throwing error like...

bug

Hi, I'm trying to use swagger-parser in a browser application: the user should be able to paste the open-api yaml/json code into a text area and then swagger-parser library should...

I have noticed that by default the library (tested with version `10.1.0`) is willing to resolve just any files pointed to by `$ref`. This can be a problem if the...

Hi , I was trying to online validate openapi specification downloaded from here https://harness.io/docs/api/ . But online swagger-parser is becoming unresponsive forever.

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

## Description Dependabot created a [PR](https://github.com/SAP/cloud-sdk-js/pull/1561) for updating `typescript` version to `4.4.2`, which failed due to the error below: ``` TypeError: Class is not a constructor at resolve (/.../node_modules/@apidevtools/json-schema-ref-parser/lib/index.js:162:18) ```...