You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/12 11:32:35 UTC

[camel-kamelets] 05/05: Replace Field Action: disabled and enabled are mandatory

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

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

commit 10c76e0e24d3bf823de3d977465d82ca151a6b8f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 12 12:25:02 2022 +0100

    Replace Field Action: disabled and enabled are mandatory
---
 .../src/main/resources/kamelets/replace-field-action.kamelet.yaml      | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/replace-field-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/replace-field-action.kamelet.yaml
index b0fc154..c7bcbec 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/replace-field-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/replace-field-action.kamelet.yaml
@@ -60,6 +60,9 @@ spec:
         type: string
         example: "foo:bar,c1:c2"
     type: object
+  types:
+    in:
+      mediaType: application/json
   dependencies:
   - "github:apache.camel-kamelets:camel-kamelets-utils:main-SNAPSHOT"
   - "camel:core"