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