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": {