generated from coulomb/repo-seed
Implement canonical schema foundation
This commit is contained in:
22
examples/caring/audit_event.json
Normal file
22
examples/caring/audit_event.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "audit:decision:tenant-alpha-internal-note",
|
||||
"type": "decision",
|
||||
"decision_id": "decision:tenant-alpha-internal-note",
|
||||
"subject": {
|
||||
"id": "user:alice",
|
||||
"type": "Human",
|
||||
"tenant": "tenant:alpha"
|
||||
},
|
||||
"resource": {
|
||||
"id": "document:internal-note",
|
||||
"type": "document",
|
||||
"system": "markitect-tool",
|
||||
"tenant": "tenant:alpha"
|
||||
},
|
||||
"action": "read",
|
||||
"effect": "allow",
|
||||
"timestamp": "2026-05-17T00:00:00Z",
|
||||
"metadata": {
|
||||
"profile": "caring-0.4.0-rc2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user