stoplightio / api-spec-converter

This package helps to convert between different API specifications (Postman, Swagger, RAML, StopLight).
MIT License
137 stars 86 forks source link

Trait response examples are not included in export #45

Closed lottamus closed 7 years ago

lottamus commented 7 years ago

Right now it's only including description and schema. It looks like the mapResponseBody is expecting a mimeType that isn't getting passed in from _mapTraitResponses.

Should be an easy fix