Currently, examples in responses are validated against schema if and only if the producer is application/json.
xml data for instance, is silently ignored.
To make things clearer, PR #60 advertises this limitation by a warning if unsupported mime types are discovered.
Still, we ought to support more producers some day.
Currently, examples in responses are validated against schema if and only if the producer is application/json.
xml data for instance, is silently ignored.
To make things clearer, PR #60 advertises this limitation by a warning if unsupported mime types are discovered.
Still, we ought to support more producers some day.