Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 839 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 839 Bytes

OpenAPI Simplifier

.github/workflows/branch_main.yml NPM License Last Updated

Little tools that simplifies the OpenPI schema to a simpler subset.

Implemented Simplifications

  • Get rid of readOnly & writeOnly

Execution

# Read Schema from STDIN and write to STDOUT
cat schema.yml | ./node_modules/openapi-simplifier -

# Read Schema from file and write to file
./node_modules/openapi-simplifier schema.yml --output simplified.yml