swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.98k stars 6.03k forks source link

Python: Inherited model properties are ignored #1869

Open erikvanzijst opened 8 years ago

erikvanzijst commented 8 years ago

Types that extend other types don't inherit said properties.

wing328 commented 8 years ago

@erikvanzijst that's not supported in Python API client at the moment. We would welcome contributions from the community to support that.

Here is the related discussion in the spec: https://github.com/OAI/OpenAPI-Specification/issues/403

TheSMSWorks commented 4 years ago

Has anyone implemented a workaround for this?

maheshcamath commented 4 years ago

Any update on this please?