yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Fix inline allOf group generation #219

Closed Cy-4AH closed 4 years ago

Cy-4AH commented 4 years ago

Resolves https://github.com/yonaskolb/SwagGen/issues/218

yonaskolb commented 4 years ago

Thanks @Cy-4AH! Could you add an example to the Specs/TestSpec That show the issue, and rerun the tests. Could you also add a changelog entry

Cy-4AH commented 4 years ago

Hello, @yonaskolb! I have updated my PR.

yonaskolb commented 4 years ago

Thanks @Cy-4AH. It looks like this only handles the case where allOf has a single element, but it's a step forward none the less 👍