We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d528c commit 4912591Copy full SHA for 4912591
schemas/products/datasetVersion.schema.tpl.json
@@ -75,7 +75,13 @@
75
"https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion"
76
]
77
},
78
- "isAlternativeVersionOf": {
+ "isSuccessorOf": {
79
+ "_instruction": "Add the dataset version preceding this dataset version.",
80
+ "_linkedTypes": [
81
+ "core:DatasetVersion"
82
+ ]
83
+ },
84
+ "isVariantOf": {
85
"type": "array",
86
"minItems": 1,
87
"uniqueItems": true,
@@ -84,10 +90,10 @@
90
"core:DatasetVersion"
91
92
- "isNewVersionOf": {
88
- "_instruction": "Add the dataset version preceding this dataset version.",
93
+ "isVersionOf": {
94
+ "_instruction": "Add the dataset of this dataset version.",
89
95
"_linkedTypes": [
- "core:DatasetVersion"
96
+ "core:Dataset"
97
98
99
"license": {
0 commit comments