Skip to content

Commit 435f5c1

Browse files
authored
Update softwareVersion.schema.tpl.json
1 parent ac810c8 commit 435f5c1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

schemas/products/softwareVersion.schema.tpl.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@
7979
"core:ContentType"
8080
]
8181
},
82-
"isAlternativeVersionOf": {
82+
"isSuccessorOf": {
83+
"_instruction": "Add the software version preceding this software version.",
84+
"_linkedTypes": [
85+
"core:SoftwareVersion"
86+
]
87+
},
88+
"isVariantOf": {
8389
"type": "array",
8490
"minItems": 1,
8591
"uniqueItems": true,
@@ -88,10 +94,10 @@
8894
"core:SoftwareVersion"
8995
]
9096
},
91-
"isNewVersionOf": {
92-
"_instruction": "Add the software version preceding this software version.",
97+
"isVersionOf": {
98+
"_instruction": "Add the software of this software version.",
9399
"_linkedTypes": [
94-
"core:SoftwareVersion"
100+
"core:Software"
95101
]
96102
},
97103
"language": {

0 commit comments

Comments
 (0)