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 435f5c1 commit 9bf82dbCopy full SHA for 9bf82db
schemas/products/webServiceVersion.schema.tpl.json
@@ -29,7 +29,13 @@
29
"core:ContentType"
30
]
31
},
32
- "isAlternativeVersionOf": {
+ "isSuccessorOf": {
33
+ "_instruction": "Add the web service version preceding this web service version.",
34
+ "_linkedTypes": [
35
+ "core:WebServiceVersion"
36
+ ]
37
+ },
38
+ "isVariantOf": {
39
"type": "array",
40
"minItems": 1,
41
"uniqueItems": true,
@@ -38,10 +44,10 @@
44
"core:WebServiceVersion"
45
46
- "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.",
43
49
"_linkedTypes": [
- "core:WebServiceVersion"
50
+ "core:WebService"
51
52
53
"outputFormat": {
0 commit comments