From ca3e76401637274f6c22d420bf46d431a7f6a364 Mon Sep 17 00:00:00 2001 From: Bernd Gollesch Date: Sun, 12 Apr 2020 15:33:20 +0200 Subject: [PATCH] Added 'CarrierJump' event --- schemas/journal-v1.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 7573048..6f2bc8e 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -40,7 +40,7 @@ "format" : "date-time" }, "event" : { - "enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound" ] + "enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump" ] }, "StarSystem": { "type" : "string", @@ -61,7 +61,7 @@ "Factions": { "type" : "array", - "description" : "Present in Location and FSDJump messages", + "description" : "Present in Location, FSDJump and CarrierJump messages", "items" : { "type" : "object", "properties": {