jskov / openapi-jaxrs-client

An OpenAPI JAX-RS client code generator
Apache License 2.0
1 stars 4 forks source link

Handle property declaration conflicts in allof-constructs #524

Closed jskov-jyskebank-dk closed 8 months ago

jskov-jyskebank-dk commented 8 months ago

Add option to deal with properties of allof-subtypes that share name, but not validation, examples, or description

jskov-jyskebank-dk commented 8 months ago

Fixed by #525 and #527