From 7125501dfcacc97a463b7066617ae6539c0c3ccf Mon Sep 17 00:00:00 2001 From: MelissaFlinn Date: Wed, 13 Jul 2022 15:43:41 -0400 Subject: [PATCH] doc-config-descriptions-2 timer-generator --- kamelets/timer-source.kamelet.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kamelets/timer-source.kamelet.yaml b/kamelets/timer-source.kamelet.yaml index f7390a208..f0414c186 100644 --- a/kamelets/timer-source.kamelet.yaml +++ b/kamelets/timer-source.kamelet.yaml @@ -31,24 +31,24 @@ metadata: spec: definition: title: Timer Source - description: Produces periodic events with a custom payload. + description: Produces periodic messages with a custom payload. required: - message type: object properties: period: title: Period - description: The interval between two events in milliseconds + description: "The interval (in milliseconds) to wait between producing the next message." type: integer default: 1000 message: title: Message - description: The message to generate + description: The message to generate. type: string example: hello world contentType: title: Content Type - description: The content type of the message being generated + description: The content type of the generated message. type: string default: text/plain dependencies: