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

9 lines
137 B
JSON

{
"type": "string",
"description": "The current status of the ship",
"enum": [
"IN_TRANSIT",
"IN_ORBIT",
"DOCKED"
]
}