diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index c095374d..a717caa9 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2400,6 +2400,13 @@ "$ref": "#/definitions/HazardVolumeInfo" } }, + "interferenceVolumes": { + "type": "array", + "description": "Add interference volumes to this planet", + "items": { + "$ref": "#/definitions/VolumeInfo" + } + }, "mapRestrictionVolumes": { "type": "array", "description": "Add map restriction volumes to this planet",