-
Notifications
You must be signed in to change notification settings - Fork 93
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
OpenAPI3 support #236
OpenAPI3 support #236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 86.23% 88.04% +1.80%
==========================================
Files 14 16 +2
Lines 1707 2032 +325
Branches 175 182 +7
==========================================
+ Hits 1472 1789 +317
- Misses 60 61 +1
- Partials 175 182 +7
Continue to review full report at Codecov.
|
Looking good. I would like the |
@ikitommi thank you for the feedback. I've renamed openapi3 to openapi. |
Big thanks!! |
Released in |
Known issues:
schema. Ring-swagger uses swagger2 specs so I can't write test to validate
OpenAPI3 generated schema at the moment.
circular spec calls. I can declare callbacks as
{string? any?}
but Idon't think it's a good idea.