Closed honzajavorek closed 6 years ago
I'm not entirely sure this issue is valid and the adapter skips the media types with charset or not. I need to dig more into this.
Looking at https://github.com/apiaryio/fury-adapter-swagger/blob/f5840689e201f96ea9df0e052a9e417482f7ceb6/src/media-type.js#L17 I think this issue is invalid.
According to my tests, following document isn't processed correctly:
The
application/json; charset=utf-8
media type doesn't seem to be recognized as a JSON media type. This blocks resolving https://github.com/apiaryio/dredd/issues/883 and https://github.com/apiaryio/dredd/issues/553.