mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
better marketplace trade description
This commit is contained in:
parent
6e395d7551
commit
b6a1eb7900
@ -7,26 +7,27 @@
|
|||||||
},
|
},
|
||||||
"tradeVolume": {
|
"tradeVolume": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The typical volume flowing through the market for this type of good.",
|
"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": 1
|
"minimum": 10
|
||||||
},
|
},
|
||||||
"supply": {
|
"supply": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A rough estimate of the total supply of this good in this marketplace.",
|
"description": "A rough estimate of the total supply of this good in the marketplace.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"HIGH",
|
"SCARCE",
|
||||||
"AVERAGE",
|
"LIMITED",
|
||||||
"LOW"
|
"MODERATE",
|
||||||
|
"ABUNDANT"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"purchasePrice": {
|
"purchasePrice": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The price at which this good is sold.",
|
"description": "The price at which this good can be purchased from the market.",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
},
|
},
|
||||||
"sellPrice": {
|
"sellPrice": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The price at which this good is bought.",
|
"description": "The price at which this good can be sold to the market.",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user