Skip to content

Commit f9e5fa3

Browse files
authored
Merge pull request #305 from openMetadataInitiative/UlrikeS91-TerminologyUpdate-v5.0
Schema updates of atlas terminology elements for v5.0 release
2 parents 4f3c8b1 + 9c28586 commit f9e5fa3

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

schemas/atlas/parcellationEntity.schema.tpl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"studyTarget"
66
],
77
"required": [
8+
"lookupLabel",
89
"name"
910
],
1011
"properties": {

schemas/atlas/parcellationEntityVersion.schema.tpl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"studyTarget"
66
],
77
"required": [
8+
"lookupLabel",
89
"name",
910
"versionIdentifier"
1011
],

schemas/atlas/parcellationTerminology.schema.tpl.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@
1010
"uniqueItems": true,
1111
"_instruction": "Add the location of all files in which this parcellation terminology is stored.",
1212
"_linkedTypes": [
13-
"core:File"
13+
"core:File",
14+
"core:WebResource"
15+
]
16+
},
17+
"digitalIdentifier": {
18+
"_instruction": "Add the globally unique and persistent digital identifier of this parcellation terminology.",
19+
"_linkedTypes": [
20+
"core:DOI",
21+
"core:ISBN",
22+
"core:RRID"
1423
]
1524
},
1625
"hasEntity": {

schemas/atlas/parcellationTerminologyVersion.schema.tpl.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@
1010
"uniqueItems": true,
1111
"_instruction": "Add the location of all files in which this parcellation terminology version is stored.",
1212
"_linkedTypes": [
13-
"core:File"
13+
"core:File",
14+
"core:WebResource"
15+
]
16+
},
17+
"digitalIdentifier": {
18+
"_instruction": "Add the globally unique and persistent digital identifier of this parcellation terminology version.",
19+
"_linkedTypes": [
20+
"core:DOI",
21+
"core:ISBN",
22+
"core:RRID"
1423
]
1524
},
1625
"hasEntity": {

0 commit comments

Comments
 (0)