diff_schema
Compare two versions of a learned schema and get exactly which fields were added, removed or changed type, each flagged as breaking or not. This is the "why did my handler start failing" answer, produced without reading a single payload. from defaults to the version before to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target version number, or "current". | |
| from | No | Baseline version number (defaults to the one before "to"). | |
| schema_id | Yes | The schema id. |