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: 18 days ago
JSON representation
OpenAPI/Swagger 2.0 to OpenAPI 3.0 Converter WebService
- Host: GitHub
- URL: https://github.com/swagger-api/swagger-converter
- Owner: swagger-api
- License: apache-2.0
- Created: 2017-04-07T14:18:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T09:01:27.000Z (8 months ago)
- Last Synced: 2024-12-19T01:07:34.892Z (26 days ago)
- Topics: open-source, openapi, openapi2, openapi3, swagger, swagger-oss, swagger2
- Language: Shell
- Homepage: https://converter.swagger.io
- Size: 4.33 MB
- Stars: 118
- Watchers: 14
- Forks: 30
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.6-SNAPSHOT
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.6-SNAPSHOT
```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 SoftwareLicensed 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.
```