Skip to content

Commit 3109730

Browse files
committed
feat(spec): add ReplayEnvelope example
1 parent f36351c commit 3109730

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

examples/replay_envelope.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "urn:srcos:replay:aa11bb22",
3+
"type": "ReplayEnvelope",
4+
"specVersion": "2.0.0",
5+
"callId": "call_aa11bb22",
6+
"policyDecisionId": "urn:srcos:decision:aa11bb22",
7+
"capabilityTokenId": "tok_123",
8+
"determinismMode": "bounded",
9+
"inputsDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
10+
"environmentDigest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
11+
"dependenciesDigest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
12+
"seedDigest": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
13+
"bounds": {
14+
"clockSkewMs": 250,
15+
"networkMode": "allowlist",
16+
"notes": "Replay may access only the audited allowlist and must remain within bounded timing drift."
17+
},
18+
"issuedAt": "2025-12-24T05:00:05Z",
19+
"envelopeHash": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
20+
}

0 commit comments

Comments
 (0)