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

18 lines
329 B
JSON

{
"description": "Siphon details.",
"type": "object",
"properties": {
"shipSymbol": {
"type": "string",
"minLength": 1,
"description": "Symbol of the ship that executed the siphon."
},
"yield": {
"$ref": "./SiphonYield.json"
}
},
"required": [
"shipSymbol",
"yield"
]
}