mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix min value on market trade volume
This commit is contained in:
parent
f28c02385e
commit
df6821719d
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user