openapi-diff
openapi-diff copied to clipboard
False positive breaking change when making a required request body optional
If the request body of an operation changes from required to optional, the change will be detected as an incompatible change.
I argue that this is a false positive, because existing clients are still able to communicate as before.
If this issue is accepted, I would be happy to contribute a PR to fix it :)