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

Conflict between Swagger 2.0 and OpenAPI 3.0.0 #221

Open
vinay0410 opened this issue Apr 28, 2019 · 0 comments
Open

Conflict between Swagger 2.0 and OpenAPI 3.0.0 #221

vinay0410 opened this issue Apr 28, 2019 · 0 comments

Comments

@vinay0410
Copy link

vinay0410 commented Apr 28, 2019

Hi,
I used flex recently to validate request and response of an API, and would like to mention that it's a great tool, and have features which lots of other tools out there don't have, and the documentation depicts them greatly 😃 .

But I ran into a problem, using this with swagger 2.0 . It says that type: file isn't supported. I looked more into it and realised that OpenAPI 3.0.0 doesn't support file and therefore changed it to string.

Also, it supports anyOf and oneOf, which came in OpenAPI 3.0.0 . So , I concluded that it supports OpenAPI 3.0.0 , although the README.md says something else.

Therefore I converted my swagger 2.0 documentation to openapi 3.0 using swagger-editor, but it failed for that too.

So, could any one please shed some light on the fact, that which version, and set of features, does this repository currently supports.

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

No branches or pull requests

1 participant