Add CARING examples and coverage
This commit is contained in:
parent
49655e40e0
commit
18054bd160
10 changed files with 318 additions and 1 deletions
20
examples/caring/exposure_event.json
Normal file
20
examples/caring/exposure_event.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"id": "exposure:tenant-alpha-support-001",
|
||||
"type": "X-Support",
|
||||
"actor": "user:alice",
|
||||
"subject": "user:bob",
|
||||
"scope": {
|
||||
"level": "Resource",
|
||||
"id": "document:alpha-plan",
|
||||
"tenant": "tenant:alpha",
|
||||
"resource": "document:alpha-plan"
|
||||
},
|
||||
"planes": ["Data"],
|
||||
"exposure_modes": ["Masked"],
|
||||
"reason": "Support review of masked project plan",
|
||||
"decision_id": "decision:tenant-alpha-support-001",
|
||||
"timestamp": "2026-05-17T00:00:00Z",
|
||||
"metadata": {
|
||||
"source": "examples/caring/exposure_event.json"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue