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
So what's the status on this?
Currently in the middle of a micro-services project using Express-Gateway and I would love to have a way to merge all OpenAPI 3 specs supplied by those microservices into one so Swagger UI or Postman can use it.
So after reading through the code and not understanding what was going on, I just experimented and this seems to work. Just drop an "openapi": "3.0.0" in place of the "swagger": "2.0" as the first line of the config, and everything seemed to work. Haven't tried to validate it or use for real, but looks promising 🤷♂️
The OpenAPI (fka Swagger) was recently released. It includes several changes and new features which should also be useable in Swagger Combine.
This is only possible after Swagger Parser supports OpenAPI v3.0.
The text was updated successfully, but these errors were encountered: