We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912591 commit 968849eCopy full SHA for 968849e
schemas/products/metaDataModelVersion.schema.tpl.json
@@ -22,7 +22,13 @@
22
"core:SWHID"
23
]
24
},
25
- "isAlternativeVersionOf": {
+ "isSuccessorOf": {
26
+ "_instruction": "Add the (meta)data model version preceding this (meta)data model version.",
27
+ "_linkedTypes": [
28
+ "core:MetaDataModelVersion"
29
+ ]
30
+ },
31
+ "isVariantOf": {
32
"type": "array",
33
"minItems": 1,
34
"uniqueItems": true,
@@ -31,10 +37,10 @@
37
"core:MetaDataModelVersion"
38
39
- "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.",
36
42
"_linkedTypes": [
- "core:MetaDataModelVersion"
43
+ "core:MetaDataModel"
44
45
46
"license": {
0 commit comments