Skip to content

Commit 48560fd

Browse files
authored
Merge pull request #1075 from fjtirado/Moving_titles_async_definition
Moving titles to the right place for async classes
2 parents 9de4c03 + f4c7aaa commit 48560fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,20 +1713,20 @@ $defs:
17131713
- properties:
17141714
amount:
17151715
type: integer
1716-
title: AsyncApiMessageConsumptionPolicyAmount
17171716
description: The amount of (filtered) messages to consume before disposing of the subscription.
1717+
title: AsyncApiMessageConsumptionPolicyAmount
17181718
required: [ amount ]
17191719
- properties:
17201720
while:
17211721
$ref: '#/$defs/runtimeExpression'
1722-
title: AsyncApiMessageConsumptionPolicyWhile
17231722
description: A runtime expression evaluated after each consumed (filtered) message to decide if message consumption should continue.
1723+
title: AsyncApiMessageConsumptionPolicyWhile
17241724
required: [ while ]
17251725
- properties:
17261726
until:
17271727
$ref: '#/$defs/runtimeExpression'
1728-
title: AsyncApiMessageConsumptionPolicyUntil
17291728
description: A runtime expression evaluated before each consumed (filtered) message to decide if message consumption should continue.
1729+
title: AsyncApiMessageConsumptionPolicyUntil
17301730
required: [ until ]
17311731
subscriptionIterator:
17321732
type: object

0 commit comments

Comments
 (0)