mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
9 lines
137 B
JSON
9 lines
137 B
JSON
|
{
|
||
|
"type": "string",
|
||
|
"description": "The current status of the ship",
|
||
|
"enum": [
|
||
|
"IN_TRANSIT",
|
||
|
"IN_ORBIT",
|
||
|
"DOCKED"
|
||
|
]
|
||
|
}
|