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 e8d7fd2a9a653459ff80a1f49deb80d0fca91b11 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"
