Results 18 issues of Tony Tam

We should enable pretty printing the JSON response of the swagger definition, when enabled in the configuration.

Need to test & document how to do it

Hi all, Thanks again for the efforts on this library. I'm having an issue that has been haunting me for a couple days now that I would appreciate some help...

There are many parts of oData that can be supported by swagger easily. Worth investigating if the nuances are added to the future spec.

param serialization
media and encoding

Like other items that support the `$ref` syntax, would like to have $ref support for example values.

re-use: ref-everywhere

In this file: ``` https://github.com/wordnik/scalatra-sample-app/blob/master/src/main/scala/com/wordnik/swagger/sample/PetServlet.scala#L33 ``` the `endpoint` and `path` (first param) are redundant. Is there a need for the `endpoint` type or can it be assumed from the `path`?

Swagger defines the request/response format at the api level--it's typically shown in the resource listing like this: ``` http://petstore.swagger.wordnik.com/api/resources.json ``` That means, you can get api listings by following the...