Add support for non-JSON request/response body validation

Issue #111 resolved
James Navin created an issue

At the moment schema validation is only applied to JSON request/response bodies.

The swagger spec supports applying the same schema definitions to XML bodies. It also supports text/plain bodies using the standard parameter definition syntax.

Validation should be added for these non-JSON payloads.

Comments (4)

  1. Log in to comment