api-docs/models/SystemType.json
2022-12-07 22:42:22 -08:00

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"
]
}