azure-api-spec-converter

Converts a general Swagger 2.0 API Specification to an Azure-compliant API specification.

Usage no npm install needed!

<script type="module">
  import azureApiSpecConverter from 'https://cdn.skypack.dev/azure-api-spec-converter';
</script>

README

Azure API Spec Converter

Converts a general Swagger 2.0 API Specification to an Azure-compliant API specification.

Due to a restriction with Azure API Management in importing Swagger 2.0 API specifications, this converter CLI ensures that parameter names, especially that of the request body, are unique across both path and query.

Usage

azure-api-spec-converter [--output /path/to/output_file] /path/to/input/json