Skip to content

Add Example Support

Compare
Choose a tag to compare
@AttilaTheFun AttilaTheFun released this 14 Jun 20:12
Add example support. (#10)

* Add example support.

- Adds `example` support to schema properties.
- Adds support for `x-example` on parameter definitions.
- Adds an `other(String)` type to `StringFormat`.

* Add spaces around content inside one line closure.

* Use fixture helper method to get jsonString.

* Updates based on PR feedback.

* More updates based on PR feedback.