api-docs/models/SiphonYield.json

17 lines
348 B
JSON
Raw Normal View History

2023-10-24 01:33:13 +02:00
{
"type": "object",
"description": "A yield from the siphon operation.",
"properties": {
"symbol": {
"$ref": "./TradeSymbol.json"
2023-10-24 01:33:13 +02:00
},
"units": {
"type": "integer",
"description": "The number of units siphoned that were placed into the ship's cargo hold."
}
},
"required": [
"symbol",
"units"
]
}