Skip to content

Commit

Permalink
Update config_schema.json
Browse files Browse the repository at this point in the history
Hot fix to schema to add doc for location_relation key
  • Loading branch information
dosumis committed Jun 23, 2021
1 parent 7cb6a49 commit 0b929c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand All @@ -89,4 +89,4 @@
}
}
}
}
}

0 comments on commit 0b929c5

Please sign in to comment.