-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathsimple.json
48 lines (48 loc) · 1.14 KB
/
simple.json
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
{
"meta": {
"type": "EiffelArtifactPublishedEvent",
"version": "4.0.0",
"time": 1234567890,
"id": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee0",
"security": {
"authorIdentity": "CN=John Doe,O=Awesome Company,C=Awesomeistan",
"integrityProtection": {
"signature": "a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a",
"alg": "HS256",
"publicKey": "really-long-string-containing-the-public-key-matching-the-private-key-used-to-generate-the-encrypted-digest"
},
"sequenceProtection": [
{
"sequenceName": "allEvents",
"position": 8734
},
{
"sequenceName": "deploymentEvents",
"position": 18
}
]
}
},
"data": {
"locations": [
{
"type": "ARTIFACTORY",
"uri": "https://one.place"
},
{
"type": "PLAIN",
"uri": "http://another.com"
}
]
},
"links": [
{
"type": "CONTEXT",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
},
{
"type": "ARTIFACT",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee2"
}
]
}