From 145fbc5e3ada514c9b5c52db1cdc7beb6f643774 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 12 Mar 2022 05:07:09 -0500 Subject: [PATCH] Fix Types --- NewHorizons/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 94d8b609..9f6bd4fa 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -173,7 +173,7 @@ "description": "If you want the body to have a tail like the Interloper." }, "cometTailRotation": { - "type": "#/$defs/vector3", + "$ref": "#/$defs/vector3", "description": "If it has a comet tail, it'll be oriented according to these Euler angles." }, "hasReferenceFrame": { @@ -322,7 +322,7 @@ "description": "Should the body always have one side facing its primary?" }, "alignmentAxis": { - "type": "#/$defs/vector3", + "$ref": "#/$defs/vector3", "description": "If it is tidally locked, this direction will face towards the primary. Ex) Interloper uses 0, -1, 0. Most planets will want something like -1, 0, 0." }, "showOrbitLine": {