From df6821719d77562612a93b6f06a948af5aebcfe9 Mon Sep 17 00:00:00 2001 From: Space Admiral Date: Mon, 26 Dec 2022 12:50:36 -0500 Subject: [PATCH] fix min value on market trade volume --- models/MarketTradeGood.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/MarketTradeGood.json b/models/MarketTradeGood.json index bfc3bba..7319318 100644 --- a/models/MarketTradeGood.json +++ b/models/MarketTradeGood.json @@ -8,7 +8,7 @@ "tradeVolume": { "type": "integer", "description": "The typical volume flowing through the market for this type of good. The larger the trade volume, the more stable prices will be.", - "minimum": 10 + "minimum": 1 }, "supply": { "type": "string",