Skip to content

Commit ac810c8

Browse files
authored
Update modelVersion.schema.tpl.json
1 parent 968849e commit ac810c8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

schemas/products/modelVersion.schema.tpl.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,25 @@
5656
"core:WebResource"
5757
]
5858
},
59-
"isAlternativeVersionOf": {
59+
"isSuccessorOf": {
60+
"_instruction": "Add the model version preceding this model version.",
61+
"_linkedTypes": [
62+
"core:ModelVersion"
63+
]
64+
},
65+
"isVariantOf": {
6066
"type": "array",
6167
"minItems": 1,
6268
"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.",
6470
"_linkedTypes": [
6571
"core:ModelVersion"
6672
]
6773
},
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.",
7076
"_linkedTypes": [
71-
"core:ModelVersion"
77+
"core:Model"
7278
]
7379
},
7480
"license": {

0 commit comments

Comments
 (0)