Skip to content

Commit

Permalink
use correct maximum value
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Aug 9, 2022
1 parent edcec9f commit 83fcaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/main/resources/openapi/ditto-api-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7535,7 +7535,7 @@ components:
randomizationInterval:
type: string
minimum: 0ms
maximum: 2562047788015215h
maximum: 999_999_999s
default: 5m
description: 'Interval in which the announcement can be sent earlier than the configured `beforeExpiry`. The actual point in time when the announcement will be sent is `beforeExpire` plus a randomly chosen time within the `randomizationInterval`. E.g assuming `beforeExpiry` is set to 5m and `randomizationInterval` is set to 1m, the announcements will be sent between 5 and 6 minutes before the subject expires. If omitted, the default value will be applied. If set to minimum, no randomization will be applied.'
example:
Expand Down

0 comments on commit 83fcaee

Please sign in to comment.