Petstore validation example Fork me on GitHub

Mermade Swagger 2.0 to OpenAPI <%= targetVersion %> converter

Conversion / Validation engine v<%= s2oVersion %>

Web frontend version v<%= self.version %>

logo

You may also use the API to convert Swagger 2.0 definitions or validate a 3.0.x definition
  • POST /api/v1/convert - with a source or filename parameter
  • POST /api/v1/validate - with a source or filename parameter
  • GET /api/v1/convert?url=... optionally with a validate parameter
  • GET /api/v1/validate?url=...
  • GET /api/v1/badge?url=... returns a redirect to an SVG badge
  • GET /api/v1/status

Full API documentation and console are also available
Conversion and validation is carried out by Swagger2OpenAPI

Swagger2OpenAPI version <%= s2oVersion %> tracks the <%= targetVersion %> version of the OpenAPI Specification <% if (targetVersion.toLowerCase().indexOf('rc')>=0) { %>

Warning: This is a Release Candidate version of the specification and changes may be made before the final release, and Swagger2OpenAPI may be in flux tracking these changes. <% } %>