Skip to content

Commit

Permalink
doc-config-descriptions-2 timer-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFlinn authored and oscerd committed Jul 15, 2022
1 parent 329be8c commit bd093d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kamelets/timer-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd093d5

Please sign in to comment.