From f4be589d8d5ea4d161a79f697c62487119d2fab5 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 18 Mar 2023 14:32:43 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index e7a3c72f..12b9eaaf 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -143,7 +143,7 @@ "type": "string", "description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel." }, - "vessel": { + "vesselSpawn": { "description": "The location that the vessel will warp to.", "$ref": "#/definitions/VesselInfo" },