mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"type": "string",
|
|
"description": "The ship's set speed when traveling between waypoints or systems.",
|
|
"enum": [
|
|
"DRIFT",
|
|
"STEALTH",
|
|
"CRUISE",
|
|
"BURN"
|
|
],
|
|
"default": "CRUISE"
|
|
} |