wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Add support for 'allOf' in type generation #162

Closed mgmarino closed 7 years ago

mgmarino commented 7 years ago

Currently, objects are given a type 'any' (the fallback type) when they are included via 'allOf'. It would helpful to have the type information in these cases.

Note: we are planning to try to implement this.