OpenAPITools/openapi-diff

Removing a mandatory or optional property in the input data : breaking change ?

Kourtakis opened this issue · 1 comments

Removing a mandatory or optional property in the input data (request body) is NOT recognized as a breaking change in the tool.
Why not ?

I believe this is not a breaking change. If you remove the need for a field, if old clients send that field, the server should just ignore it and work as usual.