Skip to content

OpenAPI Initiative

The OpenAPI Initiative (OAI) was created by a consortium of forward-looking industry experts who recognize the immense value of standardizing on how REST APIs are described. As an open governance structure under the Linux Foundation, the OAI is focused on creating, evolving and promoting a vendor neutral description format. SmartBear Software is donating the Swagger Specification directly to the OAI as the basis of this Open Specification.

APIs form the connecting glue between modern applications. Nearly every application uses APIs to connect with corporate data sources, third party data services or other applications. Creating an open description format for API services that is vendor neutral, portable and open is critical to accelerating the vision of a truly connected world.

Categories

2.0 to 3.0

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

http://localhost:8080 페이지에 접속하면 Swagger UI 로 들어가는데 2.0 spec json 을 복사하여 붙여 넣으면 된다.

Favorite site