Converting a Swagger YAML file to JSON from the command line
I think that you are looking for the swagger-codegen (now OpenApi-generator) functionality: Running swagger-codegen generate -i swagger.yaml -l swagger will out put a swagger.json in the same location. Update For CI: If you can install it on your build machine- good for you. If you can’t – the github page has a link to a … Read more