-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruntime.tool-surface.json
More file actions
64 lines (64 loc) · 1.47 KB
/
runtime.tool-surface.json
File metadata and controls
64 lines (64 loc) · 1.47 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "civilis-risk-os-runtime",
"type": "runtime-tool-surface",
"version": "0.1.0",
"baseUrlVariable": "RISK_OS_BASE_URL",
"bundledProfileBaseUrl": "<bundled-local-runtime>",
"publicHostedBaseUrl": "https://civilis-risk-os-runtime.ceolaexekiel.workers.dev",
"actions": [
{
"name": "health",
"role": "neutral",
"inputs": []
},
{
"name": "quote",
"role": "buyer",
"inputs": ["item", "buyer"]
},
{
"name": "buy",
"role": "buyer",
"inputs": ["item", "buyer", "quote", "mode"]
},
{
"name": "purchase",
"role": "buyer",
"inputs": ["purchase"]
},
{
"name": "claim-proof",
"role": "buyer",
"inputs": ["purchase", "reason"]
},
{
"name": "claim",
"role": "buyer",
"inputs": ["purchase", "reason", "claimProofPath?"]
},
{
"name": "resolve-proof",
"role": "evaluator",
"inputs": ["claim", "decision?", "reason?"]
},
{
"name": "resolve",
"role": "evaluator",
"inputs": ["claim", "decision?", "reason?", "evaluatorProofPath?"]
},
{
"name": "requote",
"role": "buyer",
"inputs": ["item", "buyer"]
},
{
"name": "full-loop",
"role": "orchestrator",
"inputs": ["buyer?", "item?", "decision?", "reason?"]
}
],
"boundaries": {
"genericBuyerWalletSignatureCapturedProof": false,
"publicHostedProductionEndpointClaimed": true
}
}