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": {
|
"departure": {
|
||||||
"$ref": "./ShipNavRouteWaypoint.json"
|
"$ref": "./ShipNavRouteWaypoint.json"
|
||||||
},
|
},
|
||||||
|
"departureTime": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"description": "The date time of the ship's departure."
|
||||||
|
},
|
||||||
"arrival": {
|
"arrival": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
@ -17,6 +22,7 @@
|
|||||||
"required": [
|
"required": [
|
||||||
"destination",
|
"destination",
|
||||||
"departure",
|
"departure",
|
||||||
|
"departureTime",
|
||||||
"arrival"
|
"arrival"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user