-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathclaim.json
More file actions
46 lines (46 loc) · 1.22 KB
/
claim.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"claim_hash": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"deployment": {
"deployment_id": "local-paper",
"environment": "paper",
"kind": "local",
"owner": "local-operator",
"version": "0.1.2"
},
"evidence": {
"decisions": 12,
"fills": 1,
"live_execution_count": 0,
"rejections": 11
},
"generated_at": "2026-05-01T00:00:00+00:00",
"operator": {
"handle": "local-operator",
"role": "owner",
"scope": "local-private",
"source": "runtime-default"
},
"privacy": {
"contains_exchange_credentials": false,
"contains_idempotency_tokens": false,
"contains_raw_decisions": false,
"contains_trace_tokens": false,
"contains_wallet_material": false,
"default": "public-safe-aggregate"
},
"runtime": {
"journal_durable": true,
"live_executor_configured": false,
"market_source": "paper:static",
"mode": "paper"
},
"schema_version": "zero.deployment.claim.v1",
"signature": {
"algorithm": null,
"public_key": null,
"signature": null,
"signed_claim_hash": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
"signer": "local-runtime",
"status": "unsigned_local"
}
}