01
What an event records
- Stable evidence and subject identifiers
- Allow, deny, dismiss, preference, or GPC action
- Decision for every known purpose
- Region and GPC state
- Policy, copy, UI, and runtime versions
- Timestamp and prior-event hash
02
How integrity works
Canonical events extend a SHA-256 hash chain. Evidence export verifies the chain before returning its result, making silent alteration detectable.
json
{
"chainVerified": true,
"events": [{
"action": "deny",
"region": "CA",
"gpc": false,
"runtimeVersion": "0.2.0"
}]
}03