Hi! I tries to use this package to downgrade a 3.1 spec file to a 3.0 one. That result in success, but the file is still in 3.1.
I doing something wrong or this is not supported?
npx openapi-format openapi.yaml -o openapi3.json --convertTo "3"
==============================================================================
OpenAPI-Format CLI settings:
- Sort file: (defaultSort.json)
- Input file: openapi.yaml
- Output file: openapi3.json
==============================================================================
✅ OpenAPI formatted successfully
==============================================================================
Hi! I tries to use this package to downgrade a 3.1 spec file to a 3.0 one. That result in success, but the file is still in 3.1.
I doing something wrong or this is not supported?
npx openapi-format openapi.yaml -o openapi3.json --convertTo "3"