Skip to content

Commit 47dcd3f

Browse files
committed
Add Technique field to JSON schema for term info and individual instances
1 parent 347e3fb commit 47dcd3f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,9 @@ vfb.get_term_info('VFB_00000001')
12551255
"Neuron",
12561256
"lineage_CM3"
12571257
],
1258+
"Technique": [
1259+
"confocal microscopy"
1260+
],
12581261
"Queries": [
12591262
{
12601263
"query": "SimilarMorphologyTo",

schema.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The base schema returned by term info queries:
3838
"Synonyms": "String (alternative names)"
3939
},
4040
"Tags": ["String (tag names)"],
41+
"Technique": ["String (imaging techniques, Individual only)"],
4142
"Queries": [
4243
{
4344
"query": "String (query identifier)",
@@ -93,6 +94,7 @@ VFB entities fall into three main types, each with specific fields beyond the co
9394
Individual instances (neurons, expression patterns, anatomical instances):
9495

9596
```json
97+
"Technique": ["String (imaging techniques used)"],
9698
"Images": {
9799
"template_id": [
98100
{

0 commit comments

Comments
 (0)