diff --git a/schemas/commodity-v3.0.json b/schemas/commodity-v3.0.json index b8e9632..3d4450b 100644 --- a/schemas/commodity-v3.0.json +++ b/schemas/commodity-v3.0.json @@ -49,6 +49,10 @@ "type" : "boolean", "description" : "Whether the sending Cmdr has a Horizons pass." }, + "odyssey": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has an Odyssey expansion." + }, "timestamp": { "type" : "string", "format" : "date-time" 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, diff --git a/schemas/outfitting-v2.0.json b/schemas/outfitting-v2.0.json index 8986af9..3a8e49d 100644 --- a/schemas/outfitting-v2.0.json +++ b/schemas/outfitting-v2.0.json @@ -49,6 +49,10 @@ "type" : "boolean", "description" : "Whether the sending Cmdr has a Horizons pass." }, + "odyssey": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has an Odyssey expansion." + }, "timestamp": { "type" : "string", "format" : "date-time" diff --git a/schemas/shipyard-v2.0.json b/schemas/shipyard-v2.0.json index 077aca1..9de2cc8 100644 --- a/schemas/shipyard-v2.0.json +++ b/schemas/shipyard-v2.0.json @@ -49,6 +49,10 @@ "type" : "boolean", "description" : "Whether the sending Cmdr has a Horizons pass." }, + "odyssey": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has an Odyssey expansion." + }, "allowCobraMkIV": { "type" : "boolean", "description" : "Whether the sending Cmdr can purchase the Cobra MkIV or not."