From eb24ed69297d0f7129488eddd86ca185ac41fe51 Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 19 May 2022 10:43:13 -0400 Subject: [PATCH] Document `supernovaTint` --- 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 3235336b..c4de4207 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -608,6 +608,10 @@ "$ref": "#/$defs/color", "description": "Colour of the light given off." }, + "supernovaTint": { + "$ref": "#/$defs/color", + "description": "The tint of the supernova" + }, "solarLuminosity": { "type": "number", "minimum": 0,