Skip to content

Commit 526bd21

Browse files
authored
Update and rename brainAtlas.schema.tpl.json to anatomicalAtlas.schema.tpl.json
1 parent 71feec1 commit 526bd21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schemas/atlas/brainAtlas.schema.tpl.json renamed to schemas/atlas/anatomicalAtlas.schema.tpl.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_type": "sands:BrainAtlas",
2+
"_type": "sands:AnatomicalAtlas",
33
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
44
"required": [
55
"hasTerminology",
@@ -9,7 +9,7 @@
99
"properties": {
1010
"abbreviation": {
1111
"type": "string",
12-
"_instruction": "Enter the official abbreviation of this brain atlas."
12+
"_instruction": "Enter the official abbreviation of this anatomical atlas."
1313
},
1414
"digitalIdentifier": {
1515
"_instruction": "Add the globally unique and persistent digital identifier of this research product. Note that this digital identifier will be used to reference all attached research product versions.",
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"hasTerminology": {
23-
"_instruction": "Enter the parcellation terminology of this brain atlas.",
23+
"_instruction": "Enter the parcellation terminology of this anatomical atlas.",
2424
"_embeddedTypes": [
2525
"sands:ParcellationTerminology"
2626
]
@@ -30,10 +30,10 @@
3030
"_formats": [
3131
"iri"
3232
],
33-
"_instruction": "Enter the internationalized resource identifier (IRI) to the related ontological term matching this brain atlas."
33+
"_instruction": "Enter the internationalized resource identifier (IRI) to the related ontological term matching this anatomical atlas."
3434
},
3535
"usedTaxon": {
36-
"_instruction": "Add the taxon (e.g., species) that was used for the creation of this brain atlas.",
36+
"_instruction": "Add the taxon (e.g., species) that was used for the creation of this anatomical atlas.",
3737
"_linkedcategories": [
3838
"biologicalTaxon"
3939
]

0 commit comments

Comments
 (0)