From ccf48cc0e33e74cd57dadc32af99db3f68890c87 Mon Sep 17 00:00:00 2001 From: Gareth Harper Date: Thu, 23 Sep 2021 11:41:34 +0000 Subject: [PATCH] removed changes --- 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 99ae709..341c6b5 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", "CarrierJump", "CodexEntry", "ScanBaryCentre", "FSSDiscoveryScan", "NavBeaconScan" ] + "enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump", "CodexEntry" ] }, "horizons": { "type" : "boolean", @@ -102,7 +102,7 @@ "_Localised$" : { "$ref" : "#/definitions/disallowed" }, "^(Materials|StationEconomies|Signals)$" : { "type" : "array", - "description" : "Present in Scan, ScanBaryCentre, Docked and SAASignalsFound messages", + "description" : "Present in Scan, Docked and SAASignalsFound messages", "items" : { "type" : "object", "patternProperties" : {