https://swagger.io/docs/specification/basic-structure/
https://swagger.io/specification/
See https://github.com/mulesoft/oas-raml-converter
cd ..
git clone git@github.com:mulesoft/oas-raml-converter.git
cd oas-raml-converter
npm run build
npm install -g
cd ../raml-snippets/OAS
oas-raml-converter --from RAML --to OAS30 ../api.raml >openapi.json
See https://github.com/swagger-api/swagger-editor/releases
npm install -g http-server
wget https://github.com/swagger-api/swagger-editor/archive/v3.1.16.zip
unzip swagger-editor.zip
http-server swagger-editor
Nothing yet in swagger-codegen. See this: https://github.com/mermade/openapi-codegen