JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 199
  • Score
    100M100P100Q74091F
  • License BSD-3-Clause

Online converter/validator from Swagger 2.0 to OpenAPI 3.0.0

Package Exports

  • openapi-webconverter
  • openapi-webconverter/api.js
  • openapi-webconverter/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (openapi-webconverter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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