timps_api_contract_auditor
Compare two API specs to identify breaking changes, deprecations, and safe additions, then get a semver recommendation and migration guide.
Instructions
Diff two API specs (OpenAPI/AsyncAPI) and flag breaking changes, deprecations, and safe additions. Returns a semver recommendation and a migration guide for clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'openapi'|'asyncapi' | openapi |
| new_spec | Yes | New API spec (YAML or JSON) | |
| old_spec | Yes | Old API spec (YAML or JSON) |