Orange-OpenSource / angular-swagger-ui

An angularJS implementation of Swagger UI
http://orange-opensource.github.io/angular-swagger-ui/
MIT License
135 stars 74 forks source link

Fixing allOf implementation breaking schema properties. #55

Closed adematte closed 8 years ago

adematte commented 8 years ago

With the current implementation introduced in 0ad1d1d, a schema using allOf only contains the properties referenced by allOf while its own properties are lost. This fix aims at correctly extending the schema with allOf without losing any properties.