api-docs/models/ShipNav.json
2022-10-05 18:13:47 -07:00

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