Skip to content

Commit 9bf82db

Browse files
authored
Update webServiceVersion.schema.tpl.json
1 parent 435f5c1 commit 9bf82db

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

schemas/products/webServiceVersion.schema.tpl.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
"core:ContentType"
3030
]
3131
},
32-
"isAlternativeVersionOf": {
32+
"isSuccessorOf": {
33+
"_instruction": "Add the web service version preceding this web service version.",
34+
"_linkedTypes": [
35+
"core:WebServiceVersion"
36+
]
37+
},
38+
"isVariantOf": {
3339
"type": "array",
3440
"minItems": 1,
3541
"uniqueItems": true,
@@ -38,10 +44,10 @@
3844
"core:WebServiceVersion"
3945
]
4046
},
41-
"isNewVersionOf": {
42-
"_instruction": "Add the web service version preceding this web service version.",
47+
"isVersionOf": {
48+
"_instruction": "Add the web service of this web service version.",
4349
"_linkedTypes": [
44-
"core:WebServiceVersion"
50+
"core:WebService"
4551
]
4652
},
4753
"outputFormat": {

0 commit comments

Comments
 (0)