From 2ff53e2df15363ffd132b3c0ac64fd6557c74b2c Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 21 Jun 2024 16:35:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f759f8e2..b549dc0e 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3426,7 +3426,8 @@ }, "xmlFile": { "type": "string", - "description": "The relative path to the xml file to load ship log entries from." + "description": "The relative path to the xml file to load ship log entries from.", + "x-filePath": "true" } } },