Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

0.19.2

Compare
Choose a tag to compare
@kylef kylef released this 21 Aug 11:12
· 78 commits to master since this release

Bug Fixes

  • Return an error in the parse result when the source API Description Document is not an object. Previously an error was thrown.

  • When a request or response body has a schema of format: binary then we no longer generate a JSON Schema in the parse result. A JSON Schema for binary types doesn't make sense as you cannot place binary data in JSON.

  • Example values found in schemas are now translated into examples in generated JSON Schema exposed in parse results.

  • Data Structure sample values will now include schema example values.

  • Request and Response body examples will now respect the example values of a schema.