Skip to content

Commit

Permalink
Add data to EventProperties
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
  • Loading branch information
fjtirado committed Jan 14, 2025
1 parent 21c724e commit a96f613
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,12 @@ $defs:
- title: ExpressionDataSchema
$ref: '#/$defs/runtimeExpression'
description: An expression based event data schema.
data:
title: EventData
description: Allow filtering by data content
oneOf:
- type: string
- type: object
additionalProperties: true
eventConsumptionStrategy:
type: object
Expand Down

0 comments on commit a96f613

Please sign in to comment.