This is a simple tool to shape an OpenAPI Specification (OAS) file. It can be used to:
- ✅ Validate OAS by handy rules that are generally standardized.
- 🔧 Fix the OAS with AI
Validate an OAS file:
# NOT WORKING YET!
$ npx oas-shaper validate -f <path-to-oas-file>
$ yarn install
$ yarn start validate -f <path-to-oas-file>
# e.g.
$ yarn start validate -f ./samples/merk.json