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 8ce9ab1874ee32eda40591583f1beaee0a712b37 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 21 13:57:46 2022 +0100 Use URI notation for some of the parameters we define in actions - Jsonata action --- .../src/main/resources/kamelets/jsonata-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/jsonata-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jsonata-action.kamelet.yaml index dc79e4a..22a0cb0 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/jsonata-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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"
