From 9d0fc1370d75c8f4194925f93cfc055497f2c9c7 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Wed, 19 Jul 2023 15:59:44 -0500 Subject: [PATCH] Update SystemType.json --- models/SystemType.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}