Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
[
|
|
{
|
|
"id": "synthetic-allow",
|
|
"request": {
|
|
"id": "fixture-pin",
|
|
"tenant": "tenant:platform",
|
|
"subject": {
|
|
"id": "human-fixture",
|
|
"type": "human",
|
|
"tenant": "tenant:platform"
|
|
},
|
|
"action": "read",
|
|
"resource": {
|
|
"id": "memo:memo-1",
|
|
"type": "decision-memo",
|
|
"system": "informed-decision",
|
|
"tenant": "tenant:platform"
|
|
},
|
|
"context": {
|
|
"memo_version": 1,
|
|
"approval_id": "fixture",
|
|
"approval_binding_digest": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
},
|
|
"policy_version": "v1"
|
|
},
|
|
"expect": {
|
|
"effect": "allow"
|
|
}
|
|
},
|
|
{
|
|
"id": "synthetic-refusal",
|
|
"request": {
|
|
"id": "fixture-pin",
|
|
"tenant": "tenant:platform",
|
|
"subject": {
|
|
"id": "human-fixture",
|
|
"type": "human",
|
|
"tenant": "tenant:platform"
|
|
},
|
|
"action": "consume",
|
|
"resource": {
|
|
"id": "memo:memo-1",
|
|
"type": "decision-memo",
|
|
"system": "informed-decision",
|
|
"tenant": "tenant:platform"
|
|
},
|
|
"context": {
|
|
"memo_version": 1,
|
|
"approval_id": "fixture",
|
|
"approval_binding_digest": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
},
|
|
"policy_version": "v1"
|
|
},
|
|
"expect": {
|
|
"effect": "deny"
|
|
}
|
|
}
|
|
]
|