Skip to content

Commit db6eaf4

Browse files
authored
Rename 'isSuccessorOf' to 'isPrecededBy' and update instruction
1 parent d25ddd6 commit db6eaf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/products/modelVersion.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"core:WebResource"
5757
]
5858
},
59-
"isSuccessorOf": {
59+
"isPrecededBy": {
6060
"_instruction": "Add the model version preceding this model version.",
6161
"_linkedTypes": [
6262
"core:ModelVersion"
@@ -72,7 +72,7 @@
7272
]
7373
},
7474
"isVersionOf": {
75-
"_instruction": "Add the model of this model version.",
75+
"_instruction": "Add the version-independent information about this model.",
7676
"_linkedTypes": [
7777
"core:Model"
7878
]

0 commit comments

Comments
 (0)