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

Export to RAML: Wrong uri format #32

Closed glodieu closed 8 years ago

glodieu commented 8 years ago

Swagger defines an invalid format like: format: uri type: string swagger doesn't convert nothing in this case, so export has the same values. The problem is that format uri is not valid in RAML, so expected result is: type: string