Skip to content

Commit 08705d7

Browse files
authored
Update brainAtlas.schema.tpl.json
1 parent 8920b4e commit 08705d7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

schemas/atlas/brainAtlas.schema.tpl.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
44
"required": [
55
"author",
6-
"hasTerminology"
6+
"hasTerminology",
7+
"howToCite",
8+
"usedTaxon"
79
],
810
"properties": {
911
"abbreviation": {
@@ -49,10 +51,10 @@
4951
],
5052
"_instruction": "Enter the internationalized resource identifier (IRI) to the related ontological term matching this brain atlas."
5153
},
52-
"usedSpecies": {
53-
"_instruction": "Add the species that was used for the creation of this brain atlas.",
54-
"_linkedTypes": [
55-
"controlledTerms:Species"
54+
"usedTaxon": {
55+
"_instruction": "Add the taxon (e.g., species) that was used for the creation of this brain atlas.",
56+
"_linkedcategories": [
57+
"biologicalTaxon"
5658
]
5759
}
5860
}

0 commit comments

Comments
 (0)