From e3d684a1cb0a0374c5a8e0650d369ad62dc34fdc Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 26 Mar 2023 02:14:38 +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 e884e8da..31418a8f 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4267,6 +4267,10 @@ ], "description": "Inner radius of the comet tail, defaults to match surfaceSize", "format": "float" + }, + "primaryBody": { + "type": "string", + "description": "The body that the comet tail should always point away from" } } }