RAML-to-Swagger-Converter icon indicating copy to clipboard operation
RAML-to-Swagger-Converter copied to clipboard

A java project to convert RAML 0.8 definition to Swagger 2.0 definition

Results 5 RAML-to-Swagger-Converter issues
Sort by recently updated
recently updated
newest added

Bumps [jettison](https://github.com/jettison-json/jettison) from 1.3.8 to 1.5.4. Release notes Sourced from jettison's releases. Jettison 1.5.4 What's Changed Fixing issue 60 by @​coheigea in jettison-json/jettison#62 Full Changelog: https://github.com/jettison-json/jettison/compare/jettison-1.5.3...jettison-1.5.4 Jettison 1.5.3 Full Changelog:...

dependencies

I have a RAML file which reads the schemas and responses from different folders. I want to convert this entire folder to swagger. When I convert the RAML file alone,...

Info needed

Hi There, Do you know if this repo supports conversion of YAML (2.0) to RAML (0.8).

Hi, I tried run the utility against the Example "jukebox-api.raml" . When executing I am getting the following exception `org.codehaus.jettison.json.JSONException: A JSONObject text must begin with '{' at character 1...

There is already a parser for RAML 1.0 https://github.com/raml-org/raml-java-parser/releases/tag/1.0.16 How are the plans to include this in the converter?