This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ftp-jackson in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 25b49ed5f939846b5c6a8dee6c9ec52e7f1a572f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 9 08:46:06 2021 +0100 SFTP Source Kamelet: The out type is not JSON --- sftp-source.kamelet.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/sftp-source.kamelet.yaml b/sftp-source.kamelet.yaml index aa99b03..26104ac 100644 --- a/sftp-source.kamelet.yaml +++ b/sftp-source.kamelet.yaml @@ -53,9 +53,6 @@ spec: description: If a directory, will look for files in all the sub-directories as well. type: boolean default: false - types: - out: - mediaType: application/json flow: from: uri: "sftp:{{username}}@{{host}}:{{port}}/{{directoryName}}"