openapi-webconverter

Online converter/validator from Swagger 2.0 to OpenAPI 3.0.0

Usage no npm install needed!

<script type="module">
  import openapiWebconverter from 'https://cdn.skypack.dev/openapi-webconverter';
</script>

README

Online Swagger 2.0 to OpenAPI 3.0.x converter

Convert Swagger 2.0 definitions or validate OpenAPI 3.0.x definitions

Conversions and validations are performed by OAS-Kit

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, optionally with validate=on
  • POST /api/v1/validate - with a source or filename parameter
  • GET /api/v1/status
  • 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

Deploy