-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support response model composition #651
Conversation
Codecov Report
@@ Coverage Diff @@
## master #651 +/- ##
==========================================
- Coverage 85.74% 85.05% -0.70%
==========================================
Files 7 7
Lines 1726 1800 +74
==========================================
+ Hits 1480 1531 +51
- Misses 154 171 +17
- Partials 92 98 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for your contribution. |
awsome!!! |
There is a bug for int, int32, int64 etc. which should be replaced with integer.
doc for data=int:
|
Describe the PR
Add support for inheritance/Model Composition in Response with allOf and ref.
syntax:
please see generated result in testcases of this PR.
Relation issue
#650