Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

openapi-checker

Checks structural and semantic errors in OPENAPI files (json and yaml) by posting passed files to https://validator.swagger.io/.

Usage


  • Run npm install -g openapi-checker
  • Run openapi-checker /path/to/file to validate your OPENAPI file.