-
Notifications
You must be signed in to change notification settings - Fork 6k
Add composition support to templates #358
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
Comments
+1 to this |
+1 |
Is this feature implemented for static html documentation generator? |
@mxl the latest develop_2.0 branch should have supported of |
@wing328 I created simplified spec
|
@mxl Thanks. I'll take a look tomorrow (Sunday) |
Is this not yet supported? |
@meskall depending on language. Which language are you referring to so that I can take a look? |
Java On Fri, Mar 18, 2016, 7:49 PM wing328 [email protected] wrote:
|
I'm attempting to fix some swagger documentation and use swagger codegen to build my client. I believe this is the proper way to define it: ViewModelResponse: ViewModel: I was hoping that not only would the class extend the base class properly but it would deserialize into the proper ViewModelOne so that I can in java go through the list on ViewModelResponse and check the class of each item... This is possible with Jackson annotation but I cannot seem to codegen them. |
This affects at least C#, Java, and perhaps others. Removed `allOf` references in spec and duplicated the `...Simple` elements into the full model. See swagger-api/swagger-codegen#632 and swagger-api/swagger-codegen#358
No description provided.
The text was updated successfully, but these errors were encountered: