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 24e0ea010c484801eef688ad70cb16fff15c10b6 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 12 12:24:12 2022 +0100 Replace Field Action: disabled and enabled are mandatory --- kamelets/replace-field-action.kamelet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kamelets/replace-field-action.kamelet.yaml b/kamelets/replace-field-action.kamelet.yaml index b0fc154..c7bcbec 100644 --- a/kamelets/replace-field-action.kamelet.yaml +++ b/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"
