fix: add events to extract/survey endpoint

This commit is contained in:
SpaceAdmiral 2024-03-10 12:15:53 -07:00
parent 9efd11a398
commit 48e2ee72f5

View File

@ -2353,12 +2353,23 @@
},
"cargo": {
"$ref": "../models/ShipCargo.json"
},
"events": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "../models/ShipConditionEvent.json"
}
]
}
}
},
"required": [
"extraction",
"cooldown",
"cargo"
"cargo",
"events"
],
"type": "object"
}