api-docs/models/SystemType.json

17 lines
254 B
JSON
Raw Permalink Normal View History

2022-12-04 17:38:00 +01:00
{
"type": "string",
2023-07-19 22:59:44 +02:00
"description": "The type of system.",
2022-12-04 17:38:00 +01:00
"enum": [
"NEUTRON_STAR",
"RED_STAR",
"ORANGE_STAR",
"BLUE_STAR",
"YOUNG_STAR",
"WHITE_DWARF",
"BLACK_HOLE",
"HYPERGIANT",
"NEBULA",
"UNSTABLE"
]
2023-07-19 22:59:44 +02:00
}