This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4c30f959df20d27f7d052b1cbf365f69ca2afc29
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Mar 21 12:11:11 2022 +0100

    Use URI notation for some of the parameters we define in actions - Jolt 
Transformation Action
---
 kamelets/jolt-transformation-action.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/jolt-transformation-action.kamelet.yaml 
b/kamelets/jolt-transformation-action.kamelet.yaml
index 01eb322..1d9f6a8 100644
--- a/kamelets/jolt-transformation-action.kamelet.yaml
+++ b/kamelets/jolt-transformation-action.kamelet.yaml
@@ -41,7 +41,7 @@ spec:
         title: Template
         description: The inline template
         type: string
-        example: "file:////template.ftl"
+        example: "file:////template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jolt"

Reply via email to