Check Schema Drift
check_schema_driftCheck for schema drift between a test case's linked endpoint snapshot and the current spec. Supports two modes: single test case (provide testCaseId) or batch check for all linked test cases of a spec (provide specId). Exactly one of testCaseId or specId must be provided. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | No | Public ID (GUID) of a spec to batch-check all linked test cases (batch mode) | |
| testCaseId | No | Public ID (GUID) of a single test case to check for drift (single mode) | |
| checkAgainstLinkedVersion | No | In single mode, compare against the linked spec version instead of current (default false) |