From 4cbb7459d028906c00a4ce581daf6f97bd569ffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Aug 2022 23:48:01 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index d8d4db3c..ec4a433e 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -745,6 +745,14 @@ "default": 204, "maximum": 2000.0, "minimum": 4.0 + }, + "emissionMap": { + "type": "string", + "description": "Relative filepath to the texture used for emission. Optional." + }, + "emissionColor": { + "description": "Color multiplier of the emission texture. Defaults to white.", + "$ref": "#/definitions/MColor" } } },