Skip to content

Commit

Permalink
fix: add events to extract/survey endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
space-admiral committed Mar 10, 2024
1 parent 13d3d2c commit 3ff410c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion reference/SpaceTraders.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 3ff410c

Please sign in to comment.