-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotocol.steps
More file actions
33 lines (33 loc) · 882 Bytes
/
protocol.steps
File metadata and controls
33 lines (33 loc) · 882 Bytes
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
{
"schema": "riverbraid.gold.protocol.steps",
"version": "1.0.0",
"repo": "Riverbraid-Integration-Gold",
"ring": 1,
"petal": "Integration-Gold",
"invariant": "INTEGRATION_COHERENCE",
"canonical_input": {
"petals": [
{ "id": "crypto", "status": "active" },
{ "id": "judicial", "status": "active" },
{ "id": "memory", "status": "active" }
]
},
"expected_result": true,
"steps": [
"receive canonical input object",
"require input.petals to be an array",
"require every petal id to be a non-empty string",
"require every petal status to equal active",
"compare coherence result to expected_result",
"emit deterministic verification output"
],
"forbidden": [
"Date",
"Math.random",
"randomUUID",
"timestamps",
"absolute paths",
"environment dependent values",
"external lookups"
]
}