delimit_diff
Compare two OpenAPI specification files to identify and list all changes between versions. This tool provides a pure difference analysis without policy enforcement.
Instructions
Diff two OpenAPI specs and list all changes. Pure diff, no policy.
Args: old_spec: Path to the old OpenAPI spec file. new_spec: Path to the new OpenAPI spec file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_spec | Yes | ||
| new_spec | Yes |