dmitry-bym / OpenApiConverter

Console utility that allows you to convert an open API schema to a different version and / or format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenApiConverter

Console utility that allows you to convert an open API schema to a different version and / or format.

How to use

win-x64.exe --help
  -i, --input      Required. Input file to convert.

  -o, --output     Output file ( if not specified will print to the console )

  -v, --version    Required. Set output file version 2.0 / 2 or 3.0 / 3.

  -f, --format     (Default: json) Output format yaml / yml / y or json / j.

  --help           Display this help screen.

  --version        Display version information.

About

Console utility that allows you to convert an open API schema to a different version and / or format.

License:MIT License


Languages

Language:C# 80.3%Language:PowerShell 19.7%