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 ab1d5970c0f8fa53e32b88bf454db52eb38fbb95 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"
