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 99b45ec3ea6bfe9dd8e9c22d43773015fbb98c32
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 9 08:46:29 2021 +0100

    FTPS Source Kamelet: The out type is not JSON
---
 ftps-source.kamelet.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ftps-source.kamelet.yaml b/ftps-source.kamelet.yaml
index 476a44e..157816d 100644
--- a/ftps-source.kamelet.yaml
+++ b/ftps-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: "ftps:{{username}}@{{host}}:{{port}}/{{directoryName}}"

Reply via email to