Re: Description doesn't show in Swagger-UI

2017-06-09 Thread chilmers
Thanks for the info! I will take a look at the issues regarding `allOf` to follow the progress. Den torsdag 8 juni 2017 kl. 19:26:30 UTC+2 skrev Ron: > > It’s most likely because of the usage of `allOf`, we have a few bugs > around that. > > > > > > > > *

Description doesn't show in Swagger-UI

2017-06-08 Thread chilmers
Hi does anyone know why the bar property in the following example doesn't show a description in swagger-ui? { "definitions": { "FOO": { "type": "object", "properties": { "bar": { "description": "THIS DESC DOES NOT SHOW UP IN THE UI", "type": "object", "allOf": [ { "$ref": "#/definitions/SomeOt