diff --git a/tvb_ext_ontology/handlers.py b/tvb_ext_ontology/handlers.py index 8e2745d..8f85b5c 100644 --- a/tvb_ext_ontology/handlers.py +++ b/tvb_ext_ontology/handlers.py @@ -263,7 +263,7 @@ def construct_metadata(nodes_data): }, }, "coupling": { - "label": custom_get(nodes_data, "coupling", "Linear"), + "name": custom_get(nodes_data, "coupling", "Linear"), }, "integration": { "method": custom_get(nodes_data, "integrationMethod", "Heun"),