diff --git a/models/SystemType.json b/models/SystemType.json index 16f3dcc..42f0023 100644 --- a/models/SystemType.json +++ b/models/SystemType.json @@ -1,6 +1,6 @@ { "type": "string", - "description": "The type of waypoint.", + "description": "The type of system.", "enum": [ "NEUTRON_STAR", "RED_STAR", @@ -13,4 +13,4 @@ "NEBULA", "UNSTABLE" ] -} \ No newline at end of file +}