api-docs/models/Siphon.json

18 lines
329 B
JSON
Raw Permalink Normal View History

2023-10-24 01:33:13 +02:00
{
"description": "Siphon details.",
"type": "object",
"properties": {
"shipSymbol": {
"type": "string",
"minLength": 1,
"description": "Symbol of the ship that executed the siphon."
},
"yield": {
"$ref": "./SiphonYield.json"
2023-10-24 01:33:13 +02:00
}
},
"required": [
"shipSymbol",
"yield"
]
}