aps_check_projection_consistency
Check if two attribution projections derive from the same signed receipt. Identifies mismatches in actions, receipts, signatures, or metadata.
Instructions
Cross-projection consistency check (§2.4): given two projections, confirm they originate from the same signed receipt. Returns {same_receipt: true} or {same_receipt: false, reason: 'DIFFERENT_ACTIONS'|'DIFFERENT_RECEIPTS'|'DIFFERENT_SIGNATURES'|'METADATA_MISMATCH'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projection_a | Yes | First AttributionProjection | |
| projection_b | Yes | Second AttributionProjection |