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