From a8d54bd50a38183eee9a42a52b4bfe6cfcaec6a3 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 30 Sep 2020 10:27:05 +0200 Subject: [PATCH] #42 Added comparedEvents to evaluation-done spec --- cloudevents.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cloudevents.md b/cloudevents.md index 8665590..fecc863 100644 --- a/cloudevents.md +++ b/cloudevents.md @@ -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" }, @@ -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,