swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 424 forks source link

read properties from allOf inline schemas #1247

Closed HugoMario closed 10 months ago

HugoMario commented 10 months ago

fix https://github.com/swagger-api/swagger-codegen/issues/12241

About this PR: Inline schemas were not propertly read from an allOf composed schema. This was fixed in order that all properties declared in allOf schemas (inline and no inline) can be included in the output code.