fix min value on market trade volume

This commit is contained in:
Space Admiral 2022-12-26 12:50:36 -05:00
parent f28c02385e
commit df6821719d

View File

@ -8,7 +8,7 @@
"tradeVolume": { "tradeVolume": {
"type": "integer", "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.", "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": { "supply": {
"type": "string", "type": "string",