From 32aa98a060d501f0444eaf1512b9cd0cbe13f3f1 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Thu, 7 Dec 2023 08:23:52 -0800 Subject: [PATCH] deprecate: shipSymbol in favor of shipType --- models/ShipyardTransaction.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/models/ShipyardTransaction.json b/models/ShipyardTransaction.json index 969df36..d1be15a 100644 --- a/models/ShipyardTransaction.json +++ b/models/ShipyardTransaction.json @@ -6,6 +6,11 @@ "$ref": "./WaypointSymbol.json" }, "shipSymbol": { + "type": "string", + "deprecated": true, + "description": "The symbol of the ship that was the subject of the transaction." + }, + "shipType": { "type": "string", "description": "The symbol of the ship that was the subject of the transaction." }, @@ -27,6 +32,7 @@ "required": [ "waypointSymbol", "shipSymbol", + "shipType", "price", "agentSymbol", "timestamp"