It is a tool that allows you to convert a json server response in a yaml file in accordance with the Swagger specification 2.0.
./run /method/url input.json [output.yaml]
Where:
- /method/url is the url of your api method;
- input.json is the file with the server's answer in json format;
- output.yaml [optional] is name output file.