This tool is based on Phil Sturgeon blog and specifically on json-schema-to-openapi-schema
The tool converts any .json file present in a specific input folder into openapi schema .yaml in a specific output folder
make build
docker run -v ${INPUT_FOLDER}:/input -v ${INPUT_FOLDER}:/output json-schema-to-openapi-schema