aps_check_projection_consistency
Verify that two AttributeProjections originate from the same signed receipt. Returns confirmation or identifies reasons for mismatch such as different 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 | No | First AttributionProjection | |
| projection_b | No | Second AttributionProjection |