From eca292e2959748be3a7b67b338dcf1122f123bdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Jul 2022 05:41:22 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 577f7698..0c531497 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1805,6 +1805,10 @@ "type": "number", "description": "The radius of the sphere around the planet which you can click on to target it. Defaults to twice the sphere of influence.", "format": "float" + }, + "localPosition": { + "description": "Position that the reference frame relative to the object.", + "$ref": "#/definitions/MVector3" } } },