api-docs/models/ExtractionYield.json
2023-12-05 14:00:24 -08:00

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"
]
}