api-docs/models/ShipNav.json

20 lines
340 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"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"
]
}