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 68c8c7a9c110dc7c60ed452e29833e4ff8dd1e68 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"
