diff_api_versions
Compare two OpenAPI versions and classify every change as breaking, non-breaking, or an addition — at path, operation, parameter, request-body, and response granularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | Yes | The CANDIDATE version to compare against the baseline. Aliases: `to`, `revision`. | |
| old | Yes | The BASELINE version of the document. Aliases: `from`, `base`. |