swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
773 stars 525 forks source link

Properties in ComposedModel #2083

Closed beikov closed 2 months ago

beikov commented 2 months ago

The Azure OpenAPI specification uses "properties" in definitions that also have allOf i.e. are a ComposedModel.

I don't know if this is valid or not, but Swagger should support parsing this.

frantuma commented 2 months ago

fixed by #2084

beikov commented 2 months ago

Awesome, thanks so much @frantuma! I don't want to rush you, but do you have a release planned soon? I'd like to get past my SNAPSHOT dependency :)

frantuma commented 2 months ago

@beikov released 1.0.71

beikov commented 2 months ago

Thank you so much!