Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
#42 Added comparedEvents to evaluation-done spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Sep 30, 2020
1 parent e57201f commit a8d54bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudevents.md
Expand Up @@ -840,6 +840,12 @@ The *evaluation-done* event is sent when the evaluation of the test execution is
},
"type": "array"
},
"comparedEvents": {
"items": {
"type": "string"
},
"type": "array"
}
"result": {
"type": "string"
},
Expand Down Expand Up @@ -947,6 +953,7 @@ The *evaluation-done* event is sent when the evaluation of the test execution is
"data":{
"deploymentstrategy":"blue_green_service",
"evaluationdetails":{
"comparedEvents": ["event-id-1", "event-id-2"],
"indicatorResults":[
{
"score":0,
Expand Down

0 comments on commit a8d54bd

Please sign in to comment.