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