mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add supply to shipyard listing
This commit is contained in:
parent
3e19fc085a
commit
4ad551ad28
@ -11,6 +11,7 @@
|
||||
"SHIP_HEAVY_FREIGHTER",
|
||||
"SHIP_LIGHT_SHUTTLE",
|
||||
"SHIP_ORE_HOUND",
|
||||
"SHIP_REFINING_FREIGHTER"
|
||||
"SHIP_REFINING_FREIGHTER",
|
||||
"SHIP_SURVEYOR"
|
||||
]
|
||||
}
|
@ -11,6 +11,16 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"supply": {
|
||||
"type": "string",
|
||||
"description": "A rough estimate of the total supply of this good in the marketplace.",
|
||||
"enum": [
|
||||
"SCARCE",
|
||||
"LIMITED",
|
||||
"MODERATE",
|
||||
"ABUNDANT"
|
||||
]
|
||||
},
|
||||
"purchasePrice": {
|
||||
"type": "integer"
|
||||
},
|
||||
@ -55,6 +65,7 @@
|
||||
"symbol",
|
||||
"name",
|
||||
"description",
|
||||
"supply",
|
||||
"purchasePrice",
|
||||
"frame",
|
||||
"reactor",
|
||||
|
Loading…
Reference in New Issue
Block a user