We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c724e commit a96f613Copy full SHA for a96f613
1 file changed
schema/workflow.yaml
@@ -1292,6 +1292,12 @@ $defs:
1292
- title: ExpressionDataSchema
1293
$ref: '#/$defs/runtimeExpression'
1294
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
1301
additionalProperties: true
1302
eventConsumptionStrategy:
1303
type: object
0 commit comments