Update SystemType.json

This commit is contained in:
Kevin Chen 2023-07-19 15:59:44 -05:00 committed by SpaceAdmiral
parent a4c9fd3385
commit 9d0fc1370d

View File

@ -1,6 +1,6 @@
{ {
"type": "string", "type": "string",
"description": "The type of waypoint.", "description": "The type of system.",
"enum": [ "enum": [
"NEUTRON_STAR", "NEUTRON_STAR",
"RED_STAR", "RED_STAR",
@ -13,4 +13,4 @@
"NEBULA", "NEBULA",
"UNSTABLE" "UNSTABLE"
] ]
} }