Skip to content

Commit 05eb603

Browse files
Remove deprecated properties from non-deprecated types (#420)
Circumvent the problem described in oasis-tcs/odata-specs#2166.
1 parent 33240df commit 05eb603

File tree

3 files changed

+32
-55
lines changed

3 files changed

+32
-55
lines changed

vocabularies/Common.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,17 +1160,6 @@
11601160
"$Nullable": true,
11611161
"@Core.Description": "These entities will be affected if the value of one of the sources changes. All affected entities need to be explicitly listed. A null value means the annotation target."
11621162
},
1163-
"EffectTypes": {
1164-
"$Type": "Common.EffectType",
1165-
"$Nullable": true,
1166-
"@Core.Revisions": [
1167-
{
1168-
"Kind": "Deprecated",
1169-
"Description": "All side effects are essentially value changes, differentiation not needed."
1170-
}
1171-
],
1172-
"@Core.Description": "One or more of the targets may show these effects. If not specified, any effect is possible."
1173-
},
11741163
"TriggerAction": {
11751164
"$Type": "Common.QualifiedName",
11761165
"$Nullable": true,

0 commit comments

Comments
 (0)