mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"type": "object",
|
|
"description": "A yield from the siphon operation.",
|
|
"properties": {
|
|
"symbol": {
|
|
"$ref": "./TradeSymbol.json",
|
|
"description": "Symbol of the good that was siphoned."
|
|
},
|
|
"units": {
|
|
"type": "integer",
|
|
"description": "The number of units siphoned that were placed into the ship's cargo hold."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"units"
|
|
]
|
|
} |