I have a requirement to set Changes between 2 specs as a BREAKING change if there is a missing tag in the newer spec.
I was going through the docs/code if I can extend the tool to add my own logic to the existing one. I saw the ExtensionDiff mention that we can implement it and java-spi will load my custom logic, but on further investigation, it seems that it is only for Openapi extensions for custom properties that start with x-.
Is there something similar for *Diff scenarios where we can add addtianl logic of what counts as breaking change?