api-docs/models/ShipNavStatus.json

9 lines
137 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "string",
"description": "The current status of the ship",
"enum": [
"IN_TRANSIT",
"IN_ORBIT",
"DOCKED"
]
}