mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add departureTime to ship nav route
This commit is contained in:
parent
57845959c6
commit
550bec2e43
@ -8,6 +8,11 @@
|
||||
"departure": {
|
||||
"$ref": "./ShipNavRouteWaypoint.json"
|
||||
},
|
||||
"departureTime": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "The date time of the ship's departure."
|
||||
},
|
||||
"arrival": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
@ -17,6 +22,7 @@
|
||||
"required": [
|
||||
"destination",
|
||||
"departure",
|
||||
"departureTime",
|
||||
"arrival"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user