diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7352718a..ff6afae1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2523,6 +2523,13 @@ "$ref": "#/definitions/VolumeInfo" } }, + "lightSourceVolumes": { + "type": "array", + "description": "Add light source volumes to this planet. These will activate rafts and other light detectors.", + "items": { + "$ref": "#/definitions/VolumeInfo" + } + }, "mapRestrictionVolumes": { "type": "array", "description": "Add map restriction volumes to this planet.",