mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
ccbbedd73f
* Typo and descriptions * Remove $ref suiblings. * missed one when refactoring ShipNavRouteWaypointDeprecated to keep deprecated flag. * Agent.shipCount always seems to be returned. Why would this be optional?
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"type": "object",
|
|
"description": "A yield from the extraction operation.",
|
|
"properties": {
|
|
"symbol": {
|
|
"$ref": "./TradeSymbol.json"
|
|
},
|
|
"units": {
|
|
"type": "integer",
|
|
"description": "The number of units extracted that were placed into the ship's cargo hold."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"units"
|
|
]
|
|
} |