Module swagger_convert

Module swagger_convert 

Source
Expand description

Swagger 2.0 to OpenAPI 3.0 conversion

This module provides functionality to convert Swagger 2.0 specifications to OpenAPI 3.0 format, enabling tools that only support OpenAPI 3.0 to work with legacy Swagger 2.0 specs.

Functionsยง

convert_swagger_to_openapi3
Convert a Swagger 2.0 specification to OpenAPI 3.0 format
is_swagger_2
Check if a JSON value is a Swagger 2.0 specification