Checks structural and semantic errors in OPENAPI
files (json and yaml) by posting passed files to https://validator.swagger.io/
.
- Run
npm install -g openapi-checker
- Run
openapi-checker /path/to/file
to validate yourOPENAPI
file.
Checks structural and semantic errors in OPENAPI
files (json and yaml) by posting passed files to https://validator.swagger.io/
.
npm install -g openapi-checker
openapi-checker /path/to/file
to validate your OPENAPI
file.