From 8276805865b31d859b36e55c88e2f6442a404eff Mon Sep 17 00:00:00 2001 From: Bernd Gollesch Date: Wed, 20 Nov 2019 19:05:03 +0100 Subject: [PATCH] Add "allowCobraMkIV" boolean property --- schemas/shipyard-v2.0.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/shipyard-v2.0.json b/schemas/shipyard-v2.0.json index 45a147c..077aca1 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." }, + "allowCobraMkIV": { + "type" : "boolean", + "description" : "Whether the sending Cmdr can purchase the Cobra MkIV or not." + }, "timestamp": { "type" : "string", "format" : "date-time"