Skip to content

Commit

Permalink
Merge pull request #1075 from fjtirado/Moving_titles_async_definition
Browse files Browse the repository at this point in the history
Moving titles to the right place for async classes
  • Loading branch information
cdavernas authored Jan 27, 2025
2 parents 9de4c03 + f4c7aaa commit 48560fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,20 +1713,20 @@ $defs:
- properties:
amount:
type: integer
title: AsyncApiMessageConsumptionPolicyAmount
description: The amount of (filtered) messages to consume before disposing of the subscription.
title: AsyncApiMessageConsumptionPolicyAmount
required: [ amount ]
- properties:
while:
$ref: '#/$defs/runtimeExpression'
title: AsyncApiMessageConsumptionPolicyWhile
description: A runtime expression evaluated after each consumed (filtered) message to decide if message consumption should continue.
title: AsyncApiMessageConsumptionPolicyWhile
required: [ while ]
- properties:
until:
$ref: '#/$defs/runtimeExpression'
title: AsyncApiMessageConsumptionPolicyUntil
description: A runtime expression evaluated before each consumed (filtered) message to decide if message consumption should continue.
title: AsyncApiMessageConsumptionPolicyUntil
required: [ until ]
subscriptionIterator:
type: object
Expand Down

0 comments on commit 48560fd

Please sign in to comment.