Skip to content

Commit

Permalink
experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Dec 15, 2023
1 parent 5e03ebb commit 4c0bace
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 59 deletions.
10 changes: 1 addition & 9 deletions vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@
},
"SourceEvents": {
"$Collection": true,
"@Common.Experimental": true,
"@Core.Description": "When the service raises one or more of these \"events for side effects\", the targets may be affected"
},
"TargetProperties": {
Expand Down Expand Up @@ -1109,15 +1110,6 @@
"@Core.LongDescription": "The value of this property typically a static boolean value. It can be used by clients (e.g. by asking the end user) to decide if the side effect should be triggered or not. This indicator is only allowed in case a trigger action is given as only then the execution control of the side effect is provided to the client."
}
},
"SideEffectKeyBindingType": {
"$Kind": "ComplexType",
"PCPFieldName": { "@Common.Experimental": true, "@Core.Description": "Describes the name of a pcp field" },
"KeyPropertyName": {
"$Type": "Edm.PropertyPath",
"@Common.Experimental": true,
"@Core.Description": "Describes the name of a key property"
}
},
"EffectType": {
"$Kind": "EnumType",
"$IsFlags": true,
Expand Down
Loading

0 comments on commit 4c0bace

Please sign in to comment.