This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-844-3 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 26783d1b4c35a8542ab3c545e652a52a6ed360c3 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 21 13:56:46 2022 +0100 Use URI notation for some of the parameters we define in actions - Jsonata action --- kamelets/jsonata-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/jsonata-action.kamelet.yaml b/kamelets/jsonata-action.kamelet.yaml index dc79e4a..22a0cb0 100644 --- a/kamelets/jsonata-action.kamelet.yaml +++ b/kamelets/jsonata-action.kamelet.yaml @@ -39,7 +39,7 @@ spec: title: Template description: The inline template type: string - example: "file:////template.json" + example: "file:////template.spec" pattern: "^(http|https|file|classpath)://.*" dependencies: - "camel:jsonata"
