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" } } },