mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
16 lines
255 B
JSON
16 lines
255 B
JSON
|
{
|
||
|
"type": "string",
|
||
|
"description": "The type of waypoint.",
|
||
|
"enum": [
|
||
|
"NEUTRON_STAR",
|
||
|
"RED_STAR",
|
||
|
"ORANGE_STAR",
|
||
|
"BLUE_STAR",
|
||
|
"YOUNG_STAR",
|
||
|
"WHITE_DWARF",
|
||
|
"BLACK_HOLE",
|
||
|
"HYPERGIANT",
|
||
|
"NEBULA",
|
||
|
"UNSTABLE"
|
||
|
]
|
||
|
}
|