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

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

commit ca74c9338a764a4fb9c5d7a6ee65d9a360198d77
Author: nicolaferraro <[email protected]>
AuthorDate: Fri Apr 30 14:25:06 2021 +0200

    fix validation errors
---
 insert-field-action.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/insert-field-action.kamelet.yaml b/insert-field-action.kamelet.yaml
index 3cc8b0a..474a3c7 100644
--- a/insert-field-action.kamelet.yaml
+++ b/insert-field-action.kamelet.yaml
@@ -1,7 +1,7 @@
 apiVersion: camel.apache.org/v1alpha1
 kind: Kamelet
 metadata:
-  name: insert-field
+  name: insert-field-action
   labels:
     camel.apache.org/kamelet.type: "action"
   annotations:
@@ -23,6 +23,7 @@ spec:
         title: Value
         description: The value of the field
         type: string
+    type: object
   dependencies:
   - github:apache.camel-kamelets:camel-kamelets-utils:main-SNAPSHOT
   flow:

Reply via email to