validationswaggerramlwadl

Validation of RAML file


suppose that we have some Swagger 2.0 document, e.g. http://petstore.swagger.io/v2/swagger.json

I am trying to convert it to another formats using Apimatic. https://apimatic.io/transformer

If I convert the Petstore Swagger document to WADL, the result seems to be invalid. I have validated the WADL file against https://www.w3.org/Submission/wadl/wadl.xsd

Generally, I need to convert Swagger either to WADL or to RAML. I am trying conversion from Swagger to RAML with Apimatic as an alternative because the convertion to WADL did not work.

Is there a way (online or offline tool) to check that the resulting RAML file is valid?

Thanks.


Solution

  • Online: the "Design Center" at https://anypoint.mulesoft.com

    Offline: go to https://raml.org/projects and click on the Design tab

    Also in the latter check the "Utilities" tab, there are swagger to RAML converters there.