Skip to content

Latest commit

 

History

History
 
 

json-schema-to-openapi-schema

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

json-schema-to-openapi-schema

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