-
Notifications
You must be signed in to change notification settings - Fork 237
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
Multiple inheritance types render incomplete in method response #363
Comments
Seems you have a different RAML in your image. Using your RAML you posted here I can see all necessary information. Can you share exactly what you have or a small example on that with step by step explanation to reproduce it? |
Sorry, that was a "real life" example screen shot. I modified the original example from above to reproduce the problem:
"ReferencedComposite" is missing |
Reproducible using 3.0.11. Thank you ! |
Fixed at 3.0.16 release |
Problem
Given the following minimal example
api.raml
file:Custom object types that inherit from multiple base types appear incomplete in any resource method response section. Above example only shows properties inherited from
BaseA
and the properties directly defined in the typeComplete
:The order of the
type
array inComplete
matters. WhenBaseB
comes first, then only B's properties appear in the output, on top of the properties defined inComplete
.The output in the documentation's
Types
section is complete though:System & Version Info
API Console Version: 3.0.10
Browser: Google Chrome Version 54.0.2840.98 (64-bit)
OS: Mac OS X Sierra 10.12.1
The text was updated successfully, but these errors were encountered: