Skip to content

Commit ba0e578

Browse files
committed
Moving titles to the right place for async classes
I guess this was a typo Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent 9de4c03 commit ba0e578

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

schema/workflow.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,23 +1710,24 @@ $defs:
17101710
title: AsyncApiMessageConsumptionPolicyFor
17111711
description: Specifies the time period over which messages will be consumed.
17121712
oneOf:
1713+
17131714
- properties:
17141715
amount:
17151716
type: integer
1716-
title: AsyncApiMessageConsumptionPolicyAmount
17171717
description: The amount of (filtered) messages to consume before disposing of the subscription.
1718+
title: AsyncApiMessageConsumptionPolicyAmount
17181719
required: [ amount ]
17191720
- properties:
17201721
while:
17211722
$ref: '#/$defs/runtimeExpression'
1722-
title: AsyncApiMessageConsumptionPolicyWhile
17231723
description: A runtime expression evaluated after each consumed (filtered) message to decide if message consumption should continue.
1724+
title: AsyncApiMessageConsumptionPolicyWhile
17241725
required: [ while ]
17251726
- properties:
17261727
until:
17271728
$ref: '#/$defs/runtimeExpression'
1728-
title: AsyncApiMessageConsumptionPolicyUntil
17291729
description: A runtime expression evaluated before each consumed (filtered) message to decide if message consumption should continue.
1730+
title: AsyncApiMessageConsumptionPolicyUntil
17301731
required: [ until ]
17311732
subscriptionIterator:
17321733
type: object

0 commit comments

Comments
 (0)