Skip to content

Commit 27001e7

Browse files
Fixed incorrect Artifact event examples.
1 parent a3b8510 commit 27001e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/events/EiffelArtifactCreatedEvent/simple.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"type": "EiffelArtifactCreatedEvent",
44
"version": "1.0",
55
"time": 1234567890,
6-
"domainId": "example.domain",
76
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee0",
87
"tags": [
98
"fast-track",
109
"customer-a"
1110
],
1211
"source": {
12+
"domainId": "example.domain",
1313
"serializer": {
1414
"groupId": "com.mycompany.tools",
1515
"artifactId": "eiffel-serializer",

examples/events/EiffelArtifactPublishedEvent/simple.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"type": "EiffelArtifactPublishedEvent",
44
"version": "1.0",
55
"time": 1234567890,
6-
"domainId": "example.domain",
7-
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee0"
6+
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee0",
7+
"source": {
8+
"domainId": "example.domain"
9+
}
810
},
911
"data": {
1012
"locations": [

0 commit comments

Comments
 (0)