mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 14:20:51 +01:00
fix: add events to extract/survey endpoint
This commit is contained in:
parent
13d3d2ced0
commit
3ff410cbfe
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user