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 c8282349b870da184980975a08edc541594468a2 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jun 14 15:01:39 2021 +0200 MySQL Sink Kamelet Fixed description and more information --- mysql-sink.kamelet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-sink.kamelet.yaml b/mysql-sink.kamelet.yaml index 30f2962..eece4d0 100644 --- a/mysql-sink.kamelet.yaml +++ b/mysql-sink.kamelet.yaml @@ -66,6 +66,9 @@ spec: title: Database Name description: The Database Name we are pointing type: string + types: + in: + mediaType: application/json dependencies: - "camel:jackson" - "camel:kamelet"
