Skip to content

Commit 968849e

Browse files
authored
Update metaDataModelVersion.schema.tpl.json
1 parent 4912591 commit 968849e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

schemas/products/metaDataModelVersion.schema.tpl.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
"core:SWHID"
2323
]
2424
},
25-
"isAlternativeVersionOf": {
25+
"isSuccessorOf": {
26+
"_instruction": "Add the (meta)data model version preceding this (meta)data model version.",
27+
"_linkedTypes": [
28+
"core:MetaDataModelVersion"
29+
]
30+
},
31+
"isVariantOf": {
2632
"type": "array",
2733
"minItems": 1,
2834
"uniqueItems": true,
@@ -31,10 +37,10 @@
3137
"core:MetaDataModelVersion"
3238
]
3339
},
34-
"isNewVersionOf": {
35-
"_instruction": "Add the (meta)data version preceding this (meta)data model version.",
40+
"isVersionOf": {
41+
"_instruction": "Add the (meta)data model of this (meta)data model version.",
3642
"_linkedTypes": [
37-
"core:MetaDataModelVersion"
43+
"core:MetaDataModel"
3844
]
3945
},
4046
"license": {

0 commit comments

Comments
 (0)