fix: add events to extract/survey endpoint

This commit is contained in:
SpaceAdmiral 2024-03-10 12:15:53 -07:00
parent 13d3d2ced0
commit 3ff410cbfe

View File

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