mac- / ratify

A Hapi plugin for validating the schema of path, query, request body, and response body params using JSON-schema
MIT License
71 stars 27 forks source link

Improved swagger support for payload and response types and response messages #24

Closed dschenkelman closed 9 years ago

dschenkelman commented 9 years ago

This PR deals with generating swagger for:

It involves many changes to swagger generation, which I have tried using our app, but I understand it might take some time for you to test these out.

Let me know if you have any feedback.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-1.99%) when pulling 02df4d816ac773f99ebbd85897fa2ecd93e6ac5f on dschenkelman:master into fc2acc4c47d6496da9efbedd68498f32d572991a on mac-:master.

mac- commented 9 years ago

Awesome, I'll try to take a look at this in the next couple of days

mac- commented 9 years ago

I played around with this a bit, and it all looks good. I feel comfortable merging it in.

dschenkelman commented 9 years ago

Cool!