Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
259 stars 36 forks source link

Test all specs in azure-rest-api-specs/main #318

Open mikeharder opened 6 months ago

mikeharder commented 6 months ago

Test all specs in azure-rest-api-specs/main, by "diffing" the spec against itself and checking for crashes. I previously resolved all errors matching "ERROR", but I missed other errors using different case like "Error" which still need to be fixed.