diff --git a/src/config/config_schema.json b/src/config/config_schema.json index 0ec32b9c..669967ff 100644 --- a/src/config/config_schema.json +++ b/src/config/config_schema.json @@ -69,7 +69,7 @@ }, "Location_relation": { "type": "string", - "description": "" + "description": "The relation to use to link cell type to brain region. See guidance on CL repo. Rule of thumb: For neurons use has_soma_location. For other cell types use part_of." } } }, @@ -89,4 +89,4 @@ } } } -} \ No newline at end of file +}