File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 56
56
" core:WebResource"
57
57
]
58
58
},
59
- "isAlternativeVersionOf" : {
59
+ "isSuccessorOf" : {
60
+ "_instruction" : " Add the model version preceding this model version." ,
61
+ "_linkedTypes" : [
62
+ " core:ModelVersion"
63
+ ]
64
+ },
65
+ "isVariantOf" : {
60
66
"type" : " array" ,
61
67
"minItems" : 1 ,
62
68
"uniqueItems" : true ,
63
- "_instruction" : " Add all computational model versions that can be used alternatively to this computational model version." ,
69
+ "_instruction" : " Add all model versions that can be used alternatively to this model version." ,
64
70
"_linkedTypes" : [
65
71
" core:ModelVersion"
66
72
]
67
73
},
68
- "isNewVersionOf " : {
69
- "_instruction" : " Add the computational model version preceding this computational model version." ,
74
+ "isVersionOf " : {
75
+ "_instruction" : " Add the model of this model version." ,
70
76
"_linkedTypes" : [
71
- " core:ModelVersion "
77
+ " core:Model "
72
78
]
73
79
},
74
80
"license" : {
You can’t perform that action at this time.
0 commit comments