mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
20 lines
340 B
JSON
20 lines
340 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"description": "The navigation information of the ship.",
|
||
|
"properties": {
|
||
|
"route": {
|
||
|
"$ref": "./ShipNavRoute.json"
|
||
|
},
|
||
|
"status": {
|
||
|
"$ref": "./ShipNavStatus.json"
|
||
|
},
|
||
|
"speed": {
|
||
|
"$ref": "./ShipNavSpeed.json"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"route",
|
||
|
"status",
|
||
|
"speed"
|
||
|
]
|
||
|
}
|