Skip to content

Commit a96f613

Browse files
committed
Add data to EventProperties
Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
1 parent 21c724e commit a96f613

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schema/workflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,12 @@ $defs:
12921292
- title: ExpressionDataSchema
12931293
$ref: '#/$defs/runtimeExpression'
12941294
description: An expression based event data schema.
1295+
data:
1296+
title: EventData
1297+
description: Allow filtering by data content
1298+
oneOf:
1299+
- type: string
1300+
- type: object
12951301
additionalProperties: true
12961302
eventConsumptionStrategy:
12971303
type: object

0 commit comments

Comments
 (0)