@agentplat/mesh-protocol 0.3.0-alpha.5 → 0.3.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -3
- package/dist/contracts.d.ts +26 -9
- package/dist/contracts.d.ts.map +1 -1
- package/dist/contracts.js +9 -2
- package/dist/contracts.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/validation.d.ts +9 -1
- package/dist/validation.d.ts.map +1 -1
- package/dist/validation.js +88 -12
- package/dist/validation.js.map +1 -1
- package/fixtures/v0/README.md +5 -0
- package/fixtures/v0/manifest.json +384 -0
- package/fixtures/v1/README.md +16 -0
- package/fixtures/v1/capability-advertise.json +47 -0
- package/fixtures/v1/capability-withdraw.json +32 -0
- package/fixtures/v1/evidence-attest.json +40 -0
- package/fixtures/v1/evidence-challenge.json +46 -0
- package/fixtures/v1/evidence-claim.json +48 -0
- package/fixtures/v1/evidence-retract.json +39 -0
- package/fixtures/v1/lease-certificate.json +38 -0
- package/fixtures/v1/lease-renew.json +47 -0
- package/fixtures/v1/lease-takeover-proposal.json +52 -0
- package/fixtures/v1/lease-vote.json +34 -0
- package/fixtures/v1/manifest.json +477 -0
- package/fixtures/v1/objective-announce.json +59 -0
- package/fixtures/v1/objective-cancel.json +34 -0
- package/fixtures/v1/objective-revise.json +58 -0
- package/fixtures/v1/peer-card.json +44 -0
- package/fixtures/v1/peer-goodbye.json +32 -0
- package/fixtures/v1/peer-hello.json +30 -0
- package/fixtures/v1/peer-ping-ack.json +29 -0
- package/fixtures/v1/peer-ping.json +28 -0
- package/fixtures/v1/public-key.raw.json +6 -0
- package/fixtures/v1/trust-observation.json +54 -0
- package/fixtures/v1/work-accept.json +44 -0
- package/fixtures/v1/work-award.json +52 -0
- package/fixtures/v1/work-bid.json +54 -0
- package/fixtures/v1/work-cancel.json +46 -0
- package/fixtures/v1/work-checkpoint.json +48 -0
- package/fixtures/v1/work-decline.json +44 -0
- package/fixtures/v1/work-offer.json +51 -0
- package/fixtures/v1/work-progress.json +47 -0
- package/fixtures/v1/work-release.json +47 -0
- package/fixtures/v1/work-result.json +48 -0
- package/package.json +2 -2
|
@@ -0,0 +1,384 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"wireVersion": 0,
|
|
4
|
+
"fixtureCount": 29,
|
|
5
|
+
"entries": [
|
|
6
|
+
{
|
|
7
|
+
"file": "capability-advertise.json",
|
|
8
|
+
"messageType": "capability.advertise",
|
|
9
|
+
"wireVersion": 0,
|
|
10
|
+
"rawSha256": "7b3cfe9208318871a012134f6c483aed43c391d7e7164d1fd6d870aee42920ce",
|
|
11
|
+
"canonicalEnvelopeSha256": "429d134aea09e672456c3b7276a37271a5cb4cd65217e695b39a5094faa52bc5",
|
|
12
|
+
"canonicalPayloadSha256": "c989356b6fe1e12efcd9bdfc0b1473c0168cb6387205f3999d910152d2c8c929",
|
|
13
|
+
"signingDocumentSha256": "0d20376dfa7d647148766590c608080b5a50fdfd31e3db8b2b3ed992bf6dbb43",
|
|
14
|
+
"parser": {
|
|
15
|
+
"v0": "accepted",
|
|
16
|
+
"v1": "unsupported_wire_version"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "capability-withdraw.json",
|
|
21
|
+
"messageType": "capability.withdraw",
|
|
22
|
+
"wireVersion": 0,
|
|
23
|
+
"rawSha256": "7e490edf4579c156bd2c066933e041816d4531ac868f0c35819650d9acf2ca2a",
|
|
24
|
+
"canonicalEnvelopeSha256": "8b2b867fb1323867c094f79b85c4df8eba91c45023ae070bbde64e6802315e31",
|
|
25
|
+
"canonicalPayloadSha256": "5e67e3d63971c2bc98c1d5257d750e7bc9c0c7a4286d30f59953e0e082eb7a7a",
|
|
26
|
+
"signingDocumentSha256": "228862ec626682d4405dd3864e01f959d9d3b7a7d4d959d50419cfeb6f98cd73",
|
|
27
|
+
"parser": {
|
|
28
|
+
"v0": "accepted",
|
|
29
|
+
"v1": "unsupported_wire_version"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"file": "evidence-attest.json",
|
|
34
|
+
"messageType": "evidence.attest",
|
|
35
|
+
"wireVersion": 0,
|
|
36
|
+
"rawSha256": "3f312ce0ac4dc9267db0eaa9d283103dbb32fbf9d04916b97919c15eb02525ed",
|
|
37
|
+
"canonicalEnvelopeSha256": "781ee92ee0b99011d8100c7d8ce727eda0d7f8ad822841896d091c8edabc9c22",
|
|
38
|
+
"canonicalPayloadSha256": "92718c8186bd2930d6a0f4566cb9d3e1a106353b38b0768bd76994984aaa6ed1",
|
|
39
|
+
"signingDocumentSha256": "c5c8440b1a079ba8991e476ffc0377c996ebedfa366816c7aeb0b822c828c090",
|
|
40
|
+
"parser": {
|
|
41
|
+
"v0": "accepted",
|
|
42
|
+
"v1": "unsupported_wire_version"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"file": "evidence-challenge.json",
|
|
47
|
+
"messageType": "evidence.challenge",
|
|
48
|
+
"wireVersion": 0,
|
|
49
|
+
"rawSha256": "d9a23f866e069f6ea54dcee8b7a7c2e635ad22d395ab82d0c24cb7030223832a",
|
|
50
|
+
"canonicalEnvelopeSha256": "2066ddd29acdd3ebe81567e968d01afece1d61740192490d72c394ee073be600",
|
|
51
|
+
"canonicalPayloadSha256": "85ce5e89c588a6562e25bebcf5e364062d4c805baca5e1f3b35df15fef8d2224",
|
|
52
|
+
"signingDocumentSha256": "14721ef5d3049cb2cc163a4e2c006b00103aad278655257c5c823ea285a5cca2",
|
|
53
|
+
"parser": {
|
|
54
|
+
"v0": "accepted",
|
|
55
|
+
"v1": "unsupported_wire_version"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"file": "evidence-claim.json",
|
|
60
|
+
"messageType": "evidence.claim",
|
|
61
|
+
"wireVersion": 0,
|
|
62
|
+
"rawSha256": "7ebf82dbe27266a011bfb6043715ecd92466ddf35ccff313b7cce0089cbbf605",
|
|
63
|
+
"canonicalEnvelopeSha256": "bb3a7c4b3e6a1949bc1f39502912e4b69df50714091ef52c2524f2391934c3a1",
|
|
64
|
+
"canonicalPayloadSha256": "4a79d099623011c1a891cd8859a4ac2dcf28c2bf9bfb7888f9b6cd884b645167",
|
|
65
|
+
"signingDocumentSha256": "755cdf76ca35163432fda8c344981ba67abfcc826a36e24a1440b641c9cc8c84",
|
|
66
|
+
"parser": {
|
|
67
|
+
"v0": "accepted",
|
|
68
|
+
"v1": "unsupported_wire_version"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"file": "evidence-retract.json",
|
|
73
|
+
"messageType": "evidence.retract",
|
|
74
|
+
"wireVersion": 0,
|
|
75
|
+
"rawSha256": "2681b6650b3a4fce118c17cb464c1648f6594fdd01a5ca589b058cd39eca009b",
|
|
76
|
+
"canonicalEnvelopeSha256": "a1c90f645e0afec57eefea4c5dd6e3e213bd72a237ed4ab062afb00764f7c41c",
|
|
77
|
+
"canonicalPayloadSha256": "10109f11d592d3eaaecd26ddac6709ff338b17ae5d009b56d6283a6b2f8abd4c",
|
|
78
|
+
"signingDocumentSha256": "2c238cb6de1e3642d89e5b6caf3e85bcc86a65d7d45729f75fc37f606950e608",
|
|
79
|
+
"parser": {
|
|
80
|
+
"v0": "accepted",
|
|
81
|
+
"v1": "unsupported_wire_version"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"file": "lease-certificate.json",
|
|
86
|
+
"messageType": "lease.certificate",
|
|
87
|
+
"wireVersion": 0,
|
|
88
|
+
"rawSha256": "be1619903a49bb3ec0ff0bcd3354e5a1d0787cb0914ffa9426ba6ac1eecac271",
|
|
89
|
+
"canonicalEnvelopeSha256": "c1feab947621b86ea22a4a3053949d298534d621dd8fbeefda1e26b0c28f6578",
|
|
90
|
+
"canonicalPayloadSha256": "5e71d4e38cb285bd94b5662fbaf809e1513a016dbf2e85302b94714f4a2dc5a5",
|
|
91
|
+
"signingDocumentSha256": "e0eccff0f75d15face111537d438703a4ac02358b76af4313c4646de8fb1bc6a",
|
|
92
|
+
"parser": {
|
|
93
|
+
"v0": "accepted",
|
|
94
|
+
"v1": "unsupported_wire_version"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"file": "lease-renew.json",
|
|
99
|
+
"messageType": "lease.renew",
|
|
100
|
+
"wireVersion": 0,
|
|
101
|
+
"rawSha256": "c3fffb65eff389e1bf235f40924dd5fa20299b4530583e2504354ca57804fb61",
|
|
102
|
+
"canonicalEnvelopeSha256": "84469facf02c5e9a130d0d765ad3074d3fc98fdddfa4879d5716e107d0965727",
|
|
103
|
+
"canonicalPayloadSha256": "da2d45520c2f5ef5945b52ca9ac4ee973547d11820c149a60d68b2caba8fd928",
|
|
104
|
+
"signingDocumentSha256": "8130ebf723618cd789ae5a101e8465474839c8ee220ec3d297857d68cfa1394b",
|
|
105
|
+
"parser": {
|
|
106
|
+
"v0": "accepted",
|
|
107
|
+
"v1": "unsupported_wire_version"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"file": "lease-takeover-proposal.json",
|
|
112
|
+
"messageType": "lease.takeover_proposal",
|
|
113
|
+
"wireVersion": 0,
|
|
114
|
+
"rawSha256": "950588fb9a0ebe5cddc982f31a7a1d72725ea76f3a62b354e12ccadc1f3d1c29",
|
|
115
|
+
"canonicalEnvelopeSha256": "5b71717a0b39f8fce46e894c7b62b7103de16176834bda3da7da05335654b60c",
|
|
116
|
+
"canonicalPayloadSha256": "c402eafba728666d66c5e09db4576382502c7447bc283a3f7698444ebc89caf4",
|
|
117
|
+
"signingDocumentSha256": "db985fe942d8adfb53248e9b34b8fbbc6e0dc8e2982591eb409e46192c8a4792",
|
|
118
|
+
"parser": {
|
|
119
|
+
"v0": "accepted",
|
|
120
|
+
"v1": "unsupported_wire_version"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"file": "lease-vote.json",
|
|
125
|
+
"messageType": "lease.vote",
|
|
126
|
+
"wireVersion": 0,
|
|
127
|
+
"rawSha256": "6acd124a183da56ce1fdaa9c4f4b29a1ae18a089f794d104702e870e42406fab",
|
|
128
|
+
"canonicalEnvelopeSha256": "b343903bfc0cc3453269b850736517435a3e030fa2cfcdc8f682a4e673f85069",
|
|
129
|
+
"canonicalPayloadSha256": "07ac211c4aab086fd24fee6bf23700e2fe9b3f90f06edc29c451fa85563bd990",
|
|
130
|
+
"signingDocumentSha256": "6e3699875783a0daec62b6766436119078dbed07226a3070736e382a6f802c17",
|
|
131
|
+
"parser": {
|
|
132
|
+
"v0": "accepted",
|
|
133
|
+
"v1": "unsupported_wire_version"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"file": "objective-announce.json",
|
|
138
|
+
"messageType": "objective.announce",
|
|
139
|
+
"wireVersion": 0,
|
|
140
|
+
"rawSha256": "fddca2cee3a6caaf40bda3ae62252cd37829bbca769b8be1810b97ff34604a73",
|
|
141
|
+
"canonicalEnvelopeSha256": "05c8727a1be3a31162ea0e11c16f814932eea7560b636c8df0c057dfc220b08a",
|
|
142
|
+
"canonicalPayloadSha256": "69a598e918b92058b324c27a361a1682c15c7b3d897adc1cd0732302b2a0ef4e",
|
|
143
|
+
"signingDocumentSha256": "df7fb2f862c69bf63df59525b247eb7fe4992bff8517a01d954856bca423297a",
|
|
144
|
+
"parser": {
|
|
145
|
+
"v0": "accepted",
|
|
146
|
+
"v1": "unsupported_wire_version"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"file": "objective-cancel.json",
|
|
151
|
+
"messageType": "objective.cancel",
|
|
152
|
+
"wireVersion": 0,
|
|
153
|
+
"rawSha256": "73a000fd74531f30d6661c7aa7000dede02740395b0a3a1486244544b6ed21b1",
|
|
154
|
+
"canonicalEnvelopeSha256": "3b0b5959e0a0ed61ca4878f4a066d139345b855e01d9b67a810131af845d189f",
|
|
155
|
+
"canonicalPayloadSha256": "cc4befb38cc27b7d5f3574f143983853cbb52f3e33062812aac072a6976b5172",
|
|
156
|
+
"signingDocumentSha256": "90b72850a52b04e42c1250f63872c2805da07b6de4196efc6c0046dd6d86946c",
|
|
157
|
+
"parser": {
|
|
158
|
+
"v0": "accepted",
|
|
159
|
+
"v1": "unsupported_wire_version"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"file": "objective-revise.json",
|
|
164
|
+
"messageType": "objective.revise",
|
|
165
|
+
"wireVersion": 0,
|
|
166
|
+
"rawSha256": "7363b7f6b1cd77226e808814ed86fac35533b6d2617cf03c610f3130669175a7",
|
|
167
|
+
"canonicalEnvelopeSha256": "1a92ff902cf0fcefd735adfb72a040713bf9ad79297f71948775004af6f51409",
|
|
168
|
+
"canonicalPayloadSha256": "e02270e63fe8e6480adf8f82ed82ee5dde7e953b753645246f00cd2997edb296",
|
|
169
|
+
"signingDocumentSha256": "c8c67aa478fac7b69ad663890af10f8895d82faa99078efc3eb28808466ca380",
|
|
170
|
+
"parser": {
|
|
171
|
+
"v0": "accepted",
|
|
172
|
+
"v1": "unsupported_wire_version"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"file": "peer-card.json",
|
|
177
|
+
"messageType": "peer.card",
|
|
178
|
+
"wireVersion": 0,
|
|
179
|
+
"rawSha256": "8bd44e3fdd4375321f7418a504c5b272d0dbe97dadd3f583fd88edfdd6382d9c",
|
|
180
|
+
"canonicalEnvelopeSha256": "b41dc1aaca65ac656a5027e1f735f125e5f1e02a3c1d21b0aec4813797ff2877",
|
|
181
|
+
"canonicalPayloadSha256": "fd938c8aac2603a0ecee79bef25dfe141cd9158a15b2bbd4ef75217a66cb1443",
|
|
182
|
+
"signingDocumentSha256": "65f8e9d012e4713914808117bdf755980e4803cffaac6e43d629ecbc370497ba",
|
|
183
|
+
"parser": {
|
|
184
|
+
"v0": "accepted",
|
|
185
|
+
"v1": "unsupported_wire_version"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"file": "peer-goodbye.json",
|
|
190
|
+
"messageType": "peer.goodbye",
|
|
191
|
+
"wireVersion": 0,
|
|
192
|
+
"rawSha256": "8cf7d787693794c60b92a1fac10871805d6c433b1f33e37a66e540156b011b8e",
|
|
193
|
+
"canonicalEnvelopeSha256": "ecbe7bbb5bac4d2ed8156efb933d18dc619688014329a98fff95a5eff4bd4d55",
|
|
194
|
+
"canonicalPayloadSha256": "a48eba28eac8c0176781e75192b83e42ca6f2491af5caf0d4293e9683768136a",
|
|
195
|
+
"signingDocumentSha256": "4908bf440530e2efb97ddffb93a3683ecdd84970930c3c5a29142a66681260fc",
|
|
196
|
+
"parser": {
|
|
197
|
+
"v0": "accepted",
|
|
198
|
+
"v1": "unsupported_wire_version"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"file": "peer-hello.json",
|
|
203
|
+
"messageType": "peer.hello",
|
|
204
|
+
"wireVersion": 0,
|
|
205
|
+
"rawSha256": "5596da41af5b0827a349e415a6e17c24d90fa8f529c681030005110a1788d63d",
|
|
206
|
+
"canonicalEnvelopeSha256": "1ae586c49486602dd50f1fe0487389d7e848a779a6f76323f08c48ec4514d9ae",
|
|
207
|
+
"canonicalPayloadSha256": "0def4787588e8a791800bb9fed249f5082f6032028532a8b943510ca822e5ac8",
|
|
208
|
+
"signingDocumentSha256": "1ca2d89b23d104a14a3173b0cd69095bf1a21b963919b3668340e2090a02d2af",
|
|
209
|
+
"parser": {
|
|
210
|
+
"v0": "accepted",
|
|
211
|
+
"v1": "unsupported_wire_version"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"file": "peer-ping-ack.json",
|
|
216
|
+
"messageType": "peer.ping_ack",
|
|
217
|
+
"wireVersion": 0,
|
|
218
|
+
"rawSha256": "4e20f96737875ae2a580c60c7f32b97112a57362e2b3cc9898e4032e32d53411",
|
|
219
|
+
"canonicalEnvelopeSha256": "84580822e89337bae9f45aefd894377bd232571367ca7c7a318dbed8f3c3ca02",
|
|
220
|
+
"canonicalPayloadSha256": "2e86bdad120b1830b8692b4212c72aa37ecc709c15fab3a6fefaedf066e25dea",
|
|
221
|
+
"signingDocumentSha256": "5c5f85e1d809f29b18d2c4019f78cdcde1a558b2cd40048cff12a8300318d7b9",
|
|
222
|
+
"parser": {
|
|
223
|
+
"v0": "accepted",
|
|
224
|
+
"v1": "unsupported_wire_version"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"file": "peer-ping.json",
|
|
229
|
+
"messageType": "peer.ping",
|
|
230
|
+
"wireVersion": 0,
|
|
231
|
+
"rawSha256": "dcb12d52e2d01a1af4e6d85228f47b8a9041fa589e844aa97d2b3cb27ccd0af0",
|
|
232
|
+
"canonicalEnvelopeSha256": "2e139f5e270af38e1874a3f0bc2f8b372122533b4b27d36155a7ae5e07576eb4",
|
|
233
|
+
"canonicalPayloadSha256": "ffc7335b8018f208ed86aecd9f3088b3bddf39e59d3a1eb681e887b613f17722",
|
|
234
|
+
"signingDocumentSha256": "a895fdb91e824e71d113dfb7c8045ae00d82bea6c06213a10c3ebcc643fa20c4",
|
|
235
|
+
"parser": {
|
|
236
|
+
"v0": "accepted",
|
|
237
|
+
"v1": "unsupported_wire_version"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"file": "trust-observation.json",
|
|
242
|
+
"messageType": "trust.observation",
|
|
243
|
+
"wireVersion": 0,
|
|
244
|
+
"rawSha256": "abc117a87117b6c68ea08f2e62ab9a69d08931a78e15e5ae666986fa51cca826",
|
|
245
|
+
"canonicalEnvelopeSha256": "56e74bbc8a68ef7516c21af9d942762019c3f9040fbb2da0b9f04c18d1b9b3bf",
|
|
246
|
+
"canonicalPayloadSha256": "35c572ffcef77590f5950cc40f1774e574b45ee704c9ae2db6c87cd352107a37",
|
|
247
|
+
"signingDocumentSha256": "ef5fb3de22ec0d3a5903a6afcdd89da9ee797121a72642c678da446f15ea34b8",
|
|
248
|
+
"parser": {
|
|
249
|
+
"v0": "accepted",
|
|
250
|
+
"v1": "unsupported_wire_version"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"file": "work-accept.json",
|
|
255
|
+
"messageType": "work.accept",
|
|
256
|
+
"wireVersion": 0,
|
|
257
|
+
"rawSha256": "b4593ca1e6932ce0ac3e3664aa25bcb008214256561f5d1a693bf9b191f9697d",
|
|
258
|
+
"canonicalEnvelopeSha256": "a6fe0ca6c7121a6e3df6bed87483ce5b167d243c438f2d24ec4ce179046022af",
|
|
259
|
+
"canonicalPayloadSha256": "0af1a6c162d359c4bef4b75cd366a948739acc422a569ee25aa77fc59ec2f8a9",
|
|
260
|
+
"signingDocumentSha256": "362f9a84fc63cbb64a30f921e122742ac75366fe0e362c200d4d66700ecdb4c2",
|
|
261
|
+
"parser": {
|
|
262
|
+
"v0": "accepted",
|
|
263
|
+
"v1": "unsupported_wire_version"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"file": "work-award.json",
|
|
268
|
+
"messageType": "work.award",
|
|
269
|
+
"wireVersion": 0,
|
|
270
|
+
"rawSha256": "012dd4229994c4d074b0a4892f15b4d977100abfd490088c688de62d2c45bcd2",
|
|
271
|
+
"canonicalEnvelopeSha256": "7b020fc0d44abd74ffb200cba93eb0d99093980c1d957ff6579343456eada44a",
|
|
272
|
+
"canonicalPayloadSha256": "a2e07a3abf75c329b960da153f81d8d7f050179b69a94b8da51ac0fac486b1a5",
|
|
273
|
+
"signingDocumentSha256": "795704a71fed3a65b8dffce4c4a1f70d0f332da9bbd0593cf7458034567e686a",
|
|
274
|
+
"parser": {
|
|
275
|
+
"v0": "accepted",
|
|
276
|
+
"v1": "unsupported_wire_version"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"file": "work-bid.json",
|
|
281
|
+
"messageType": "work.bid",
|
|
282
|
+
"wireVersion": 0,
|
|
283
|
+
"rawSha256": "fecf79974e964abda6d58e1888ded8fa84a518e3d02f679a2318da7d5cd0ae4f",
|
|
284
|
+
"canonicalEnvelopeSha256": "5b4a25f97223918b46c6ecd7d08291d8341cca0120cb6adb78ac0668a34ad1cf",
|
|
285
|
+
"canonicalPayloadSha256": "35e82f090bada49dafb36995f3dbbc90391f5bd7fd68da6db4ce80bba6a21188",
|
|
286
|
+
"signingDocumentSha256": "f58b503ce9412eb5f38e8e82d1648b5a74e4a46eda84603d08f672fbcee9dc94",
|
|
287
|
+
"parser": {
|
|
288
|
+
"v0": "accepted",
|
|
289
|
+
"v1": "unsupported_wire_version"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"file": "work-cancel.json",
|
|
294
|
+
"messageType": "work.cancel",
|
|
295
|
+
"wireVersion": 0,
|
|
296
|
+
"rawSha256": "2638b94d64c8ae12801092425d77a39fdc3cef895343f06e065f3f962a1887cb",
|
|
297
|
+
"canonicalEnvelopeSha256": "a8f54c086041fdbffb9a798afbaf3b6e4d107ccf901e6ecef95a2b7cb6ecd6ea",
|
|
298
|
+
"canonicalPayloadSha256": "fba3823d4992f431487a2ef8524d9d61669bc6fee107c1b235e57aef6fed581d",
|
|
299
|
+
"signingDocumentSha256": "3abbfc4aa86deda8420706112250c7a71b4dcf85a02c7bbf5a9f50d7e28a5cfd",
|
|
300
|
+
"parser": {
|
|
301
|
+
"v0": "accepted",
|
|
302
|
+
"v1": "unsupported_wire_version"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"file": "work-checkpoint.json",
|
|
307
|
+
"messageType": "work.checkpoint",
|
|
308
|
+
"wireVersion": 0,
|
|
309
|
+
"rawSha256": "62f022c8c82c34e28f93ae42c7be574e55b4cf033a56ccc598ddb49902d2c581",
|
|
310
|
+
"canonicalEnvelopeSha256": "b2de4e704ec28eae1a356f6b4286694f25c74ce46719a039ae221d59362e9906",
|
|
311
|
+
"canonicalPayloadSha256": "d0a9c84b90b5ff57751c2171d55635af35ba7b80c4429e9647c44080ab09790c",
|
|
312
|
+
"signingDocumentSha256": "f23042966987050ab0976910f7e4226be160d6425155d41f6a3d87ca0d71bca4",
|
|
313
|
+
"parser": {
|
|
314
|
+
"v0": "accepted",
|
|
315
|
+
"v1": "unsupported_wire_version"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"file": "work-decline.json",
|
|
320
|
+
"messageType": "work.decline",
|
|
321
|
+
"wireVersion": 0,
|
|
322
|
+
"rawSha256": "7cb1583a07f7df77579d5ca31815bb2e8bd77c9cd1d19a3175a618e58f558bbc",
|
|
323
|
+
"canonicalEnvelopeSha256": "ab63d2332d60251c6e2693a44c34d2a74f999a6f568aa48532118766113bc6f1",
|
|
324
|
+
"canonicalPayloadSha256": "001599a2b1c9c34a8f6fb029d77b50a1b11783a739cf9979011fb7656d7b8e4f",
|
|
325
|
+
"signingDocumentSha256": "b5c1d32491b8d01f3ce38d2419000236ed5ddae65d9573a73f6f12093beaa2dd",
|
|
326
|
+
"parser": {
|
|
327
|
+
"v0": "accepted",
|
|
328
|
+
"v1": "unsupported_wire_version"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"file": "work-offer.json",
|
|
333
|
+
"messageType": "work.offer",
|
|
334
|
+
"wireVersion": 0,
|
|
335
|
+
"rawSha256": "dd8124dbc9a7c9dfb4d192497d28728a4570c00c16bb08c44625ec3daafa8de1",
|
|
336
|
+
"canonicalEnvelopeSha256": "f0d8790226d66753a60082bd20c04689495a509fb8fdcb52a9d104adf8cfdaa5",
|
|
337
|
+
"canonicalPayloadSha256": "8c3f67d14add402e0ced417ba526721d59e218c52027326bf2022a07e76a94b4",
|
|
338
|
+
"signingDocumentSha256": "4b4c586a41147b52bf872b628288741c0c246a94c8d8e1b877bd701e09fc9840",
|
|
339
|
+
"parser": {
|
|
340
|
+
"v0": "accepted",
|
|
341
|
+
"v1": "unsupported_wire_version"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"file": "work-progress.json",
|
|
346
|
+
"messageType": "work.progress",
|
|
347
|
+
"wireVersion": 0,
|
|
348
|
+
"rawSha256": "18c09626a7055cb17c64e2b1ca62fb774394dbae072550e455d0908872cde99c",
|
|
349
|
+
"canonicalEnvelopeSha256": "0b92354b5011a71d8869bd550bd64fba9dacf66fb3191056d2cf40e0d4313265",
|
|
350
|
+
"canonicalPayloadSha256": "9eaaa343ef43363ca7f71ff62a6db3b7af4231e62e60c1a162a955cad6b595e4",
|
|
351
|
+
"signingDocumentSha256": "c43820b8284735f16ccce260872f86b98f3a11357b35ffb4bd21e0b5e425dd12",
|
|
352
|
+
"parser": {
|
|
353
|
+
"v0": "accepted",
|
|
354
|
+
"v1": "unsupported_wire_version"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"file": "work-release.json",
|
|
359
|
+
"messageType": "work.release",
|
|
360
|
+
"wireVersion": 0,
|
|
361
|
+
"rawSha256": "11e72d7688e16abc6d405602f1af9b6655f008f2e6a300034dcab767cfebcee6",
|
|
362
|
+
"canonicalEnvelopeSha256": "b85c69172e76d7b28156bf3e065abca3a1fbc69e4897c6417102f60243dbb1b7",
|
|
363
|
+
"canonicalPayloadSha256": "80c7e3377e48014b40923b1e767bae508a481b00fcefc7594edb3b5e9534e6ff",
|
|
364
|
+
"signingDocumentSha256": "3bcbcb9b8a2c9537ec5dc9bb1035f8c787ee48b7a3f1283ea4614af165fb9ce3",
|
|
365
|
+
"parser": {
|
|
366
|
+
"v0": "accepted",
|
|
367
|
+
"v1": "unsupported_wire_version"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"file": "work-result.json",
|
|
372
|
+
"messageType": "work.result",
|
|
373
|
+
"wireVersion": 0,
|
|
374
|
+
"rawSha256": "b9e39f4a4915e765aea149ab7bd0cff3902c9edf5af822e86196561796f2acbd",
|
|
375
|
+
"canonicalEnvelopeSha256": "7c14623958245f52388b2d46eb57da50d72445a6399984fb85deb6e2d34ac162",
|
|
376
|
+
"canonicalPayloadSha256": "9343e92f7cdba98399af9abb0f49bec612641c383b16aab17e95fd5c59ef40d9",
|
|
377
|
+
"signingDocumentSha256": "ae705c5177f2befe2b5fad330a60feca3ec6a2434f49e1e652a6a0ba7e7c3390",
|
|
378
|
+
"parser": {
|
|
379
|
+
"v0": "accepted",
|
|
380
|
+
"v1": "unsupported_wire_version"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Mesh wire-v1 fixtures
|
|
2
|
+
|
|
3
|
+
These fixtures freeze the Beta 1 wire contract. Their payload shapes match the
|
|
4
|
+
wire-v0 compatibility fixtures; the signed `wireVersion` is `1`, and the Peer
|
|
5
|
+
Card fixture advertises both supported versions.
|
|
6
|
+
|
|
7
|
+
Run `pnpm run fixtures:mesh-protocol:write` only when intentionally generating
|
|
8
|
+
the reviewed fixture cohort. CI uses `pnpm run verify:mesh-protocol-fixtures` to
|
|
9
|
+
recompute every raw, canonical-envelope, canonical-payload and signing-document
|
|
10
|
+
digest without modifying files.
|
|
11
|
+
|
|
12
|
+
Every fixture is signed by the public test identity in
|
|
13
|
+
`public-key.raw.json`, and verification is part of the fixture gate. No private
|
|
14
|
+
key is stored or published. Intentional key rotation is a maintainer operation
|
|
15
|
+
(`--rotate-test-key`); deterministic regeneration otherwise preserves the
|
|
16
|
+
reviewed signatures while recomputing and checking every signed byte.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "AAAAAAAAAAAAAAAAAAAAAA",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"type": "capability.advertise",
|
|
8
|
+
"sender": {
|
|
9
|
+
"peerId": "peer-a",
|
|
10
|
+
"instanceId": "instance-a"
|
|
11
|
+
},
|
|
12
|
+
"audience": {
|
|
13
|
+
"kind": "mesh",
|
|
14
|
+
"topic": "capability"
|
|
15
|
+
},
|
|
16
|
+
"sequence": 5,
|
|
17
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
18
|
+
"expiresAt": "2026-07-30T00:02:00.000Z",
|
|
19
|
+
"payloadHash": "sha256:yYk1a2_h4S782b38CxRzwBaMtjhyBfOZnZEBUtLIySk",
|
|
20
|
+
"payload": {
|
|
21
|
+
"type": "capability.advertise",
|
|
22
|
+
"advertisementId": "advertisement-a",
|
|
23
|
+
"capabilityId": "capability-a",
|
|
24
|
+
"capabilityRevision": 1,
|
|
25
|
+
"ownerPeerId": "peer-a",
|
|
26
|
+
"capabilityKey": "summarize",
|
|
27
|
+
"version": "v1",
|
|
28
|
+
"inputMediaTypes": [
|
|
29
|
+
"text/plain"
|
|
30
|
+
],
|
|
31
|
+
"outputMediaTypes": [
|
|
32
|
+
"text/plain"
|
|
33
|
+
],
|
|
34
|
+
"attributes": {
|
|
35
|
+
"language": "en"
|
|
36
|
+
},
|
|
37
|
+
"validFrom": "2026-07-30T00:00:00.000Z",
|
|
38
|
+
"validUntil": "2026-07-30T00:02:00.000Z",
|
|
39
|
+
"maximumConcurrency": 1,
|
|
40
|
+
"maximumPayloadBytes": 1024
|
|
41
|
+
},
|
|
42
|
+
"proof": {
|
|
43
|
+
"algorithm": "Ed25519",
|
|
44
|
+
"keyId": "fixture-key-v1",
|
|
45
|
+
"value": "DDGr-5THhXqihg0d2hvTMH9kx8ZLOdNT3tKeiybDmi0yVjyeyA3osfXVJkP2au5xW2HqhsFmhn8E59W5fdhOBA"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "WWWWWWWWWWWWWWWWWWWWWA",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"type": "capability.withdraw",
|
|
8
|
+
"sender": {
|
|
9
|
+
"peerId": "peer-a",
|
|
10
|
+
"instanceId": "instance-a"
|
|
11
|
+
},
|
|
12
|
+
"audience": {
|
|
13
|
+
"kind": "mesh",
|
|
14
|
+
"topic": "capability"
|
|
15
|
+
},
|
|
16
|
+
"sequence": 6,
|
|
17
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
18
|
+
"expiresAt": "2026-07-30T00:02:00.000Z",
|
|
19
|
+
"causationId": "AAAAAAAAAAAAAAAAAAAAAA",
|
|
20
|
+
"payloadHash": "sha256:Xmfj1jlxwryYwdUlfXUOe8nAx6QobTD1mVPg4ILreno",
|
|
21
|
+
"payload": {
|
|
22
|
+
"type": "capability.withdraw",
|
|
23
|
+
"capabilityId": "capability-a",
|
|
24
|
+
"advertisementId": "advertisement-a",
|
|
25
|
+
"capabilityRevision": 1
|
|
26
|
+
},
|
|
27
|
+
"proof": {
|
|
28
|
+
"algorithm": "Ed25519",
|
|
29
|
+
"keyId": "fixture-key-v1",
|
|
30
|
+
"value": "uPZ2XbsyqrEkydlJnROHPNTyAklo16fPJEua6ummwJsjYMD-OdNguEcNWIqCqTCV4DJB8j8Sln2olRCzFwXTCw"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "AAAAAAAAAAAAAAAAAAAAAg",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"objectiveId": "objective-a",
|
|
8
|
+
"type": "evidence.attest",
|
|
9
|
+
"sender": {
|
|
10
|
+
"peerId": "peer-a",
|
|
11
|
+
"instanceId": "instance-a"
|
|
12
|
+
},
|
|
13
|
+
"audience": {
|
|
14
|
+
"kind": "peer",
|
|
15
|
+
"peerId": "peer-b"
|
|
16
|
+
},
|
|
17
|
+
"sequence": 32,
|
|
18
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
19
|
+
"expiresAt": "2026-07-30T00:04:00.000Z",
|
|
20
|
+
"payloadHash": "sha256:knGMgYa9KTDWoPRWbLnT4aEGNTs4sHaL12mUmEqqbtE",
|
|
21
|
+
"payload": {
|
|
22
|
+
"type": "evidence.attest",
|
|
23
|
+
"attestationId": "attestation:f8318373b604044ad4e9764839c4287defe31c9a55337eb9d7f9328308f7c3f6",
|
|
24
|
+
"scope": {
|
|
25
|
+
"kind": "objective",
|
|
26
|
+
"objectiveRevision": 1
|
|
27
|
+
},
|
|
28
|
+
"claimId": "claim:5c02337f46ec7143b2ab82b9f0913226420e335952b3c4d882cfe4a0562ee01d",
|
|
29
|
+
"claimDigest": "5c02337f46ec7143b2ab82b9f0913226420e335952b3c4d882cfe4a0562ee01d",
|
|
30
|
+
"disposition": "support",
|
|
31
|
+
"confidenceBasisPoints": 9000,
|
|
32
|
+
"basisReferences": [],
|
|
33
|
+
"observedAt": null
|
|
34
|
+
},
|
|
35
|
+
"proof": {
|
|
36
|
+
"algorithm": "Ed25519",
|
|
37
|
+
"keyId": "fixture-key-v1",
|
|
38
|
+
"value": "5ujkcXCpov8kSCHSUrtOxhVFBihi3rUvDAacjkcx2ugmt4afbOX24_pt3tDoKrRDYNJGLoJ-BjrNl4y1bOsGAQ"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "AAAAAAAAAAAAAAAAAAAAAw",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"type": "evidence.challenge",
|
|
8
|
+
"sender": {
|
|
9
|
+
"peerId": "peer-a",
|
|
10
|
+
"instanceId": "instance-a"
|
|
11
|
+
},
|
|
12
|
+
"audience": {
|
|
13
|
+
"kind": "mesh",
|
|
14
|
+
"topic": "evidence"
|
|
15
|
+
},
|
|
16
|
+
"sequence": 33,
|
|
17
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
18
|
+
"expiresAt": "2026-07-30T00:04:00.000Z",
|
|
19
|
+
"payloadHash": "sha256:hc5eicWIplYuJb689eNkBi1MgFuspeHzs13xX--NIiQ",
|
|
20
|
+
"payload": {
|
|
21
|
+
"type": "evidence.challenge",
|
|
22
|
+
"challengeId": "challenge:dfd2f01cf5f7da663582d180d44a6c1f8bc077a8719986d4c8a62b98923bd4ec",
|
|
23
|
+
"scope": {
|
|
24
|
+
"kind": "mesh"
|
|
25
|
+
},
|
|
26
|
+
"targetKind": "claim",
|
|
27
|
+
"targetId": "claim:5c02337f46ec7143b2ab82b9f0913226420e335952b3c4d882cfe4a0562ee01d",
|
|
28
|
+
"targetDigest": "5c02337f46ec7143b2ab82b9f0913226420e335952b3c4d882cfe4a0562ee01d",
|
|
29
|
+
"reasonCode": "accepted",
|
|
30
|
+
"basisReferences": [
|
|
31
|
+
{
|
|
32
|
+
"schemaVersion": 1,
|
|
33
|
+
"kind": "external",
|
|
34
|
+
"referenceType": "document",
|
|
35
|
+
"referenceId": "evidence-a",
|
|
36
|
+
"referenceDigest": "5b181a581a374d0510150c19437e4c6dc266a82ee735affc9bb33cec7f656224"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"observedAt": null
|
|
40
|
+
},
|
|
41
|
+
"proof": {
|
|
42
|
+
"algorithm": "Ed25519",
|
|
43
|
+
"keyId": "fixture-key-v1",
|
|
44
|
+
"value": "-UXYGWMrAP52oYOmKCDGb29mE2YdPChGKFKGbcVPPCLxNHavtu-UMPaRF8bO0YBIKWydCmKBKya3dSCT84_OBw"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "AAAAAAAAAAAAAAAAAAAAAQ",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"type": "evidence.claim",
|
|
8
|
+
"sender": {
|
|
9
|
+
"peerId": "peer-a",
|
|
10
|
+
"instanceId": "instance-a"
|
|
11
|
+
},
|
|
12
|
+
"audience": {
|
|
13
|
+
"kind": "mesh",
|
|
14
|
+
"topic": "evidence"
|
|
15
|
+
},
|
|
16
|
+
"sequence": 31,
|
|
17
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
18
|
+
"expiresAt": "2026-07-30T00:04:00.000Z",
|
|
19
|
+
"payloadHash": "sha256:SnnQmWIwEcGokc2IWaSsLc8owr-b-3iI-bbNiEtkUWc",
|
|
20
|
+
"payload": {
|
|
21
|
+
"type": "evidence.claim",
|
|
22
|
+
"claimId": "claim:5c02337f46ec7143b2ab82b9f0913226420e335952b3c4d882cfe4a0562ee01d",
|
|
23
|
+
"subject": {
|
|
24
|
+
"kind": "peer",
|
|
25
|
+
"peerId": "peer-a"
|
|
26
|
+
},
|
|
27
|
+
"scope": {
|
|
28
|
+
"kind": "mesh"
|
|
29
|
+
},
|
|
30
|
+
"criterionId": "criterion-a",
|
|
31
|
+
"outcome": "satisfied",
|
|
32
|
+
"assertionDigest": "b32d61f44d7cd801fe9376bf4fbfebaf29e7f77c9a4052c4b7a1c7dfae8d8973",
|
|
33
|
+
"content": {
|
|
34
|
+
"kind": "inline_summary",
|
|
35
|
+
"mediaType": "text_plain",
|
|
36
|
+
"summary": "ok",
|
|
37
|
+
"contentDigest": "2689367b205c16ce32ed4200942b8b8b1e262dfc70d9bc9fbc77c49699a4f1df",
|
|
38
|
+
"encodedBytes": 2
|
|
39
|
+
},
|
|
40
|
+
"basisReferences": [],
|
|
41
|
+
"observedAt": null
|
|
42
|
+
},
|
|
43
|
+
"proof": {
|
|
44
|
+
"algorithm": "Ed25519",
|
|
45
|
+
"keyId": "fixture-key-v1",
|
|
46
|
+
"value": "tui78tecgz_TR2Ph7Hzk36957z6YtcnkBcgMCzej2agJnRmjlfVsQzsbQuKMTg_uMNZmf_l9tNVnaC7a_zYBDg"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "agentplat.mesh",
|
|
3
|
+
"wireVersion": 1,
|
|
4
|
+
"messageId": "AAAAAAAAAAAAAAAAAAAABA",
|
|
5
|
+
"tenantId": "tenant-a",
|
|
6
|
+
"meshId": "mesh-a",
|
|
7
|
+
"objectiveId": "objective-a",
|
|
8
|
+
"type": "evidence.retract",
|
|
9
|
+
"sender": {
|
|
10
|
+
"peerId": "peer-a",
|
|
11
|
+
"instanceId": "instance-a"
|
|
12
|
+
},
|
|
13
|
+
"audience": {
|
|
14
|
+
"kind": "peer",
|
|
15
|
+
"peerId": "peer-b"
|
|
16
|
+
},
|
|
17
|
+
"sequence": 34,
|
|
18
|
+
"sentAt": "2026-07-30T00:00:00.000Z",
|
|
19
|
+
"expiresAt": "2026-07-30T00:04:00.000Z",
|
|
20
|
+
"payloadHash": "sha256:EBCfEdWS0-quzSbdrGcJ_zOLF65dAJtW1ig6ay-KvUw",
|
|
21
|
+
"payload": {
|
|
22
|
+
"type": "evidence.retract",
|
|
23
|
+
"retractionId": "retraction:58087568658e8c72019798d7a60fafab38436082335824cd3abe4286b877af58",
|
|
24
|
+
"scope": {
|
|
25
|
+
"kind": "objective",
|
|
26
|
+
"objectiveRevision": 1
|
|
27
|
+
},
|
|
28
|
+
"targetKind": "attestation",
|
|
29
|
+
"targetId": "attestation:f8318373b604044ad4e9764839c4287defe31c9a55337eb9d7f9328308f7c3f6",
|
|
30
|
+
"targetDigest": "f8318373b604044ad4e9764839c4287defe31c9a55337eb9d7f9328308f7c3f6",
|
|
31
|
+
"reasonCode": "accepted",
|
|
32
|
+
"observedAt": null
|
|
33
|
+
},
|
|
34
|
+
"proof": {
|
|
35
|
+
"algorithm": "Ed25519",
|
|
36
|
+
"keyId": "fixture-key-v1",
|
|
37
|
+
"value": "-Tq_V2pu1PGnlmBly-BN-w1HcrCsvFduTk7EhxS8owYnxShwxTRhWuTPoB__AXO-EtXQ3duRR4IS7l0Um6QUBQ"
|
|
38
|
+
}
|
|
39
|
+
}
|