1. `result.id`, a GUID, unique across every result reported in every run.
2. `result.correlationId`, a GUID, common to a set of results that are logically identical.
3. `result.fingerprints`, an array of calculated values, each of which captures a stable identifier for a set of logically identical results. An array, so that a result management system can improve a fingerprint without losing the old value.
This supports both Michael’s and Yekaterina’s/SCA’s usage scenarios.
We will have:
This supports both Michael’s and Yekaterina’s/SCA’s usage scenarios.