swagger-codegen
swagger-codegen copied to clipboard
Fix issue 12635: [BUG] Generating Object class attribute when having embedded allOf
This PR has to be done with this https://github.com/swagger-api/swagger-codegen-generators/pull/1385
Description of the PR This PR will Fix https://github.com/swagger-api/swagger-codegen/issues/12635
Hi @djankows @daniel-kmiecik I added a fix to avoid generating Object class attribute when having embedded allOf (related to https://github.com/swagger-api/swagger-codegen/issues/12635). Tests and compilation pass locally. Could you please review and let me know if any further changes are needed before merging? Thanks!