Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/swagger-api/swagger-converter

OpenAPI/Swagger 2.0 to OpenAPI 3.0 Converter WebService
https://github.com/swagger-api/swagger-converter

open-source openapi openapi2 openapi3 swagger swagger-oss swagger2

Last synced: 3 months ago
JSON representation

OpenAPI/Swagger 2.0 to OpenAPI 3.0 Converter WebService

Lists

README

        

Provides a converter between OpenAPI 2.0 and 3.0 specifications accessible via APIs and web UI.

It is available online at https://converter.swagger.io/ and as a [docker image](https://hub.docker.com/r/swaggerapi/swagger-converter) e.g.:

```
docker pull swaggerapi/swagger-converter:v1.0.4
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.4
```

Web UI is reachable at http://localhost:8080/index.html and OpenAPI spec at http://localhost:8080/api/openapi.json

## Security contact

Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker.

## License

```
Copyright 2019 SmartBear Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```