From 03729d0f8e7b5d90a392d998292712fc03e85298 Mon Sep 17 00:00:00 2001 From: spansh Date: Tue, 23 Jan 2024 12:56:53 +0000 Subject: [PATCH] added stationtype and carrierDockingAccess (#220) * added stationtype * removed specific ellision of stationType --------- Co-authored-by: Gareth Harper --- schemas/commodity-v3.0.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/schemas/commodity-v3.0.json b/schemas/commodity-v3.0.json index 4609ace..bee22a8 100644 --- a/schemas/commodity-v3.0.json +++ b/schemas/commodity-v3.0.json @@ -51,6 +51,14 @@ "renamed" : "StarSystem", "minLength" : 1 }, + "stationType": { + "type" : "string", + "renamed" : "StationType" + }, + "carrierDockingAccess": { + "type" : "string", + "renamed" : "CarrierDockingAccess" + }, "marketId": { "type" : "integer", "renamed" : "MarketID" @@ -160,10 +168,6 @@ "type" : "string", "minLength" : 1 } - }, - "StationType": { - "$ref" : "#/definitions/disallowed", - "description" : "Not present in CAPI data, so removed from Journal-sourced data" } } }