You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAPI supports extension points at a numbed of locations within an OpenAPI specification (see the docs at swagger.io for further details.
I've a pair of OpenAPI files, both with extensions at the operation level, and also at the root level. The root level extensions look something like this:
OpenAPI supports extension points at a numbed of locations within an OpenAPI specification (see the docs at swagger.io for further details.
I've a pair of OpenAPI files, both with extensions at the operation level, and also at the root level. The root level extensions look something like this:
File 1:
File 2:
What I was hoping for was for swagger-combine to produce was this:
What actually happens is that no part of either extension is included. My extensions at the operation level are carried through correctly.
Unsure if this is a bug, or should be classified as a feature request.
The text was updated successfully, but these errors were encountered: