Skip to content

Commit 4912591

Browse files
authored
Update datasetVersion.schema.tpl.json
1 parent 12d528c commit 4912591

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

schemas/products/datasetVersion.schema.tpl.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@
7575
"https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion"
7676
]
7777
},
78-
"isAlternativeVersionOf": {
78+
"isSuccessorOf": {
79+
"_instruction": "Add the dataset version preceding this dataset version.",
80+
"_linkedTypes": [
81+
"core:DatasetVersion"
82+
]
83+
},
84+
"isVariantOf": {
7985
"type": "array",
8086
"minItems": 1,
8187
"uniqueItems": true,
@@ -84,10 +90,10 @@
8490
"core:DatasetVersion"
8591
]
8692
},
87-
"isNewVersionOf": {
88-
"_instruction": "Add the dataset version preceding this dataset version.",
93+
"isVersionOf": {
94+
"_instruction": "Add the dataset of this dataset version.",
8995
"_linkedTypes": [
90-
"core:DatasetVersion"
96+
"core:Dataset"
9197
]
9298
},
9399
"license": {

0 commit comments

Comments
 (0)