Generic spec diff
Shows textual or structural changes.
Breaking-change gate
Classifies compatibility-relevant changes such as removed operations and newly required parameters.
The difference between listing contract differences and deciding whether an API release is safe for consumers.
Shows textual or structural changes.
Classifies compatibility-relevant changes such as removed operations and newly required parameters.
Formatting changes may dominate output.
Focuses on client-facing contract semantics.
A developer still interprets the diff.
Breaking evidence can directly produce a blocking release outcome.
Diff output may be large and transient.
Preserves fingerprints and categorized changes for repeatable release evidence.
A generic diff explains what changed. A breaking-change gate explains whether client compatibility is at risk.
Use this Actor to monitor openapi contract and breaking change changes and return decision-ready change signals. Compare OpenAPI specifications and identify removed paths, methods, parameters, responses, and required-field changes before clients break.
See the Actor