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