Anicca
Get the difference between two OpenAPI descriptions. Still in heavy development, use at your own risk.
Usage
$ cargo run --bin cli diff fixtures/pet-store.json fixtures/pet-store-changed.json --format json
Documentation
Limitations
- Currently expects a fully dereferenced OpenAPI document. $ref support will come. Tracking here: https://github.com/xuorig/anicca/issues/3
- The diff is a work in progress, there are currently many unhandled properties and objects, but I'm quickly working through them. See https://github.com/xuorig/anicca/issues/2 for the full list of missing properties/objects. Feel free to contribute!