From d409af7e106b00affd4be3e026a4509a4a916e22 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 27 Feb 2018 23:11:48 +0000 Subject: [PATCH] Add SystemAddress property for Scan events Not made mandatory to allow processing of historical E:D 2.x events. --- schemas/journal-v1.0.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index adbf41e..adaa1b3 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -54,6 +54,10 @@ "maxItems" : 3, "description" : "Must be added by the sender if not present in the journal event" }, + "SystemAddress": { + "type" : "number", + "description" : "Should be added by the sender if not present in the journal event" + }, "CockpitBreach" : { "$ref" : "#/definitions/disallowed" }, "BoostUsed" : { "$ref" : "#/definitions/disallowed" },