Barry Ostroff
Barry Ostroff
Swagger2Markup version: v1.3.3 Problem description: If an inline schema object is supplied in a response and examples are being generated for them, then the resulting response example will be "object"....
Swagger2Markup version: 1.3.1 (via the 1.3.3 swagger2markup maven plugin) Problem description: Example values for references of references have the correct _value_, but they always become double quoted strings regardless of...
I noticed that when generating an example request, path parameters are filled with a selected value based on their type. So, for an integer, its 0, for strings, its 'string',...