compare_snapshots
Fetch a registered endpoint and compare against its last snapshot to detect schema changes. Or compare two inline JSON objects directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Save snapshot and diff to history (default: true) | |
| snapshot_a | No | Inline "before" JSON (omit endpoint_id for direct comparison) | |
| snapshot_b | No | Inline "after" JSON (omit endpoint_id for direct comparison) | |
| endpoint_id | No | ID of a registered endpoint to fetch and compare |