oasdiff_changelog
Produce a full changelog of every detected change between two OpenAPI specifications (base vs revision), down to informational changes. Pass both specs as YAML or JSON. Use this when you want the complete set of changes at every severity. Use oasdiff_breaking_changes instead when you only care whether the change is breaking (less noise), or oasdiff_diff for the raw structural diff without a backward-compatibility judgment. Both specs must be valid, self-contained OpenAPI (external $ref URLs or files are not resolved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | the base (old) OpenAPI specification, as YAML or JSON | |
| revision | Yes | the revision (new) OpenAPI specification, as YAML or JSON |