api-docs/models/ShipNav.json
2023-12-05 14:00:24 -08:00

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"
]
}