Skip to content

Commit a2cdc88

Browse files
fjtiradocdavernas
andcommitted
Update schema/workflow.yaml
Co-authored-by: Charles d'Avernas <charles.davernas@neuroglia.io> Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
1 parent a96f613 commit a2cdc88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,10 +1294,10 @@ $defs:
12941294
description: An expression based event data schema.
12951295
data:
12961296
title: EventData
1297-
description: Allow filtering by data content
1298-
oneOf:
1299-
- type: string
1300-
- type: object
1297+
description: The event's payload data
1298+
anyOf:
1299+
- $ref: '#/$defs/runtimeExpression'
1300+
- type: any
13011301
additionalProperties: true
13021302
eventConsumptionStrategy:
13031303
type: object

0 commit comments

Comments
 (0)