From 4e1cc85eedcd5e349036d122655d0cc513d1320f Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Fri, 17 Nov 2023 17:00:08 -0800 Subject: [PATCH] remove duplicate key --- models/MarketTradeGood.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/models/MarketTradeGood.json b/models/MarketTradeGood.json index 830505b..2f085ad 100644 --- a/models/MarketTradeGood.json +++ b/models/MarketTradeGood.json @@ -13,15 +13,6 @@ "EXCHANGE" ] }, - "type": { - "type": "string", - "description": "The type of trade good (export, import, or exchange).", - "enum": [ - "EXPORT", - "IMPORT", - "EXCHANGE" - ] - }, "tradeVolume": { "type": "integer", "description": "This is the maximum number of units that can be purchased or sold at this market in a single trade for this good. Trade volume also gives an indication of price volatility. A market with a low trade volume will have large price swings, while high trade volume will be more resilient to price changes.",