Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for OpenAPI v3.0 #4

Open
fabsrc opened this issue Sep 5, 2017 · 4 comments
Open

Add Support for OpenAPI v3.0 #4

fabsrc opened this issue Sep 5, 2017 · 4 comments

Comments

@fabsrc
Copy link
Contributor

fabsrc commented Sep 5, 2017

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.

@shreyas-agnihotri
Copy link

@fabsrc
Copy link
Contributor Author

fabsrc commented May 30, 2018

Looks like Swagger Parser finally supports OpenAPI 3.0 which means we can start implementing support for OpenAPI 3.0 as well.

@ThaDaVos
Copy link

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.

@ashiemke
Copy link

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 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants