From a1e61bab01f4b24c71da54969c377e99c28b09de Mon Sep 17 00:00:00 2001 From: clonedArtie <37144216+clonedArtie@users.noreply.github.com> Date: Wed, 12 May 2021 16:33:39 +0200 Subject: [PATCH] Odyssey and Horizons flags added --- schemas/journal-v1.0.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 6f2bc8e..efaa54f 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -42,6 +42,14 @@ "event" : { "enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump" ] }, + "horizons": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has a Horizons pass." + }, + "odyssey": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has an Odyssey expansion." + }, "StarSystem": { "type" : "string", "minLength" : 1,