diff --git a/aggregate_and_plot.py b/aggregate_and_plot.py
index 501e7ecdfe8f7b3818877812d05f9e624a744c98..a163fc43f777d1187394a46fb0f7cdf09e9e24e3 100644
--- a/aggregate_and_plot.py
+++ b/aggregate_and_plot.py
@@ -39,7 +39,7 @@ def main():
     join_inspect_ds(h5_paths, h5_output_path)
     plot_paths = plot_inspect_ds(h5_output_path, workdir, min_elevation=15)
 
-    quality = {"quality": extract_quality_metrics(h5_output_path)}
+    quality = {"summary": extract_quality_metrics(h5_output_path)}
     store_metrics("outputs.json", quality)
 
     with open("outputs.txt", "w") as file: