From 6a956f96f3c388c632f7c7c0e2dbeed744a5ea4a Mon Sep 17 00:00:00 2001 From: clonedArtie <37144216+clonedArtie@users.noreply.github.com> Date: Wed, 12 May 2021 16:32:07 +0200 Subject: [PATCH] Odyssey flag added --- schemas/commodity-v3.0.json | 4 ++++ 1 file changed, 4 insertions(+) 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"