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