mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"type": "object",
|
|
"description": "The navigation information of the ship.",
|
|
"properties": {
|
|
"systemSymbol": {
|
|
"$ref": "./SystemSymbol.json"
|
|
},
|
|
"waypointSymbol": {
|
|
"$ref": "./WaypointSymbol.json"
|
|
},
|
|
"route": {
|
|
"$ref": "./ShipNavRoute.json"
|
|
},
|
|
"status": {
|
|
"$ref": "./ShipNavStatus.json"
|
|
},
|
|
"flightMode": {
|
|
"$ref": "./ShipNavFlightMode.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"systemSymbol",
|
|
"waypointSymbol",
|
|
"route",
|
|
"status",
|
|
"flightMode"
|
|
]
|
|
} |