forked from eiffel-community/eiffel-remrem-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eiffelartifactcreatedevent.json
37 lines (37 loc) · 1.16 KB
/
eiffelartifactcreatedevent.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
{
"msgParams": {
"meta": {
"type": "EiffelArtifactCreatedEvent",
"version": "3.0.0",
"tags": [""],
"source": {
"domainId": "",
"host": "",
"name": "",
"uri": ""
}
}
},
"eventParams": {
"data": {
"identity": "required",
"fileInformation": [{
"name": "required if fileInformation present",
"tags": [""]
}],
"buildCommand": "",
"requiresImplementation": "not required, if present can be anyone of NONE,ANY,EXACTLY_ONE,AT_LEAST_ONE",
"dependsOn": [""],
"implements": [""],
"name": "",
"customData": [{
"key": "required if customData present",
"value": "required if customData present"
}]
},
"links": [{
"type": "CAUSE or CONTEXT or FLOW_CONTEXT or PREVIOUS_VERSION or COMPOSITION or ENVIRONMENT - optional",
"target": "required - UUID if type is present"
}]
}
}