openapi-merge icon indicating copy to clipboard operation
openapi-merge copied to clipboard

Merge multiple OpenAPI 3.0 (Swagger) files together via a library or CLI tool.

Results 41 openapi-merge issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the cli to merge 2 openapi json files. The x-tagGroups in the result json only has the first file's x-tagGroups array. Any ideas?

question

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Moved from: https://bitbucket.org/echo_rm/openapi-merge/issues/4/add-support-to-merge-duplicate-oas-paths ![Screen Shot 2021-09-04 at 2 48 49 pm](https://user-images.githubusercontent.com/149178/132082815-da03624e-f648-4254-8be9-3f47c0291e94.png) ![Screen Shot 2021-09-04 at 2 49 00 pm](https://user-images.githubusercontent.com/149178/132082819-b5cab2c5-f093-4ae9-90a1-37a3a8e213c0.png) While trying to use your library we ran into an issue...

enhancement

If x or y are null, an error will be thrown in the isReference function. This PR checks these conditions beforehand.

When merging multiple OpenAPI files that are version 3.0.0, the resulting file currently always has version 3.0.3. Is it possible to fix a particular version? In this case, the output...

I am using `@apidevtools/swagger-parser` to parse URLS to Javascript objects, after which I want to merge them using this library, sadly I am getting the following error in Typescript due...

At the moment only the `securitySchemes` item from the first file parsed is taken. This behavior is not documented and also not expected. And leads to validation errors on the...

I hope the title is self explanatory Added the possibility to use ```shell npx openapi-merge-cli --json-config '{ "inputs": [ ... ], "output": ... } ' ``` or ```shell npx openapi-merge-cli...