From 43e181a8301ba06053b9641c4ceacf10492fdc11 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 18 Oct 2021 10:33:36 +0000 Subject: [PATCH] schemas: navroute: Add horizons and odyssey flags --- schemas/navroute-v1.0.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/schemas/navroute-v1.0.json b/schemas/navroute-v1.0.json index 321be80..4a5a83c 100644 --- a/schemas/navroute-v1.0.json +++ b/schemas/navroute-v1.0.json @@ -40,7 +40,15 @@ }, "event": { "enum" : [ "NavRoute" ] - }, + }, + "horizons": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has a Horizons pass." + }, + "odyssey": { + "type" : "boolean", + "description" : "Whether the sending Cmdr has an Odyssey expansion." + }, "Route": { "type" : "array", "description" : "Route generated by in game plotter",