-
Notifications
You must be signed in to change notification settings - Fork 147
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
Swagger 3 support #118
Swagger 3 support #118
Conversation
I've just tried to use this and SPM is reporting unresolvable dependencies for me. |
@cooksimo are you using this package as a dependency or trying to build this on its own? Does it say which dependencies are unresolvable? |
Was attempting to use it as a dependency. Package.swift contents:
EDIT |
Checked with my small spec migration, works fine. Will report if we would face anything. |
Merging this into master. Followup PR's will add more features |
This updates from Swagger 2.0 to OpenAPI/Swagger 3.0 https://swagger.io/specification
Resolves #47
This includes updating the:
Swagger
parserSwagGen
generatorNote that this initial PR doesn't include all the new Swagger 3 features, but just updates everything to get it working.
Proper support for the following is still missing:
Note also that this drops compatibility for Swagger 2.0