Add Example Support
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.