OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
832 stars 154 forks source link

Definition of breaking changes? #375

Open eacolina opened 2 years ago

eacolina commented 2 years ago

Is there somewhere in the repo that outlines the criteria for what is considered a breaking change?

petkostas commented 2 years ago

I can confirm that this is a but blurry, I changed in one of the OAS files a property type from integer to string and openapi-diff failed to detect this as a breaking change. OAS version is 3.1.x