You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/26 11:57:10 UTC

[camel-kamelets] 06/09: Add a Json Schema Validator Kamelet Action

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch json-validator
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4a4a8a7ee0bc0435daa43ff7dd46aa50ccc5ed7e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 26 13:54:30 2021 +0200

    Add a Json Schema Validator Kamelet Action
---
 .../main/resources/kamelets/json-schema-validator-action.kamelet.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/json-schema-validator-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/json-schema-validator-action.kamelet.yaml
index 76987e8..e240308 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/json-schema-validator-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/json-schema-validator-action.kamelet.yaml
@@ -1,7 +1,7 @@
 apiVersion: camel.apache.org/v1alpha1
 kind: Kamelet
 metadata:
-  name: json-schema-validators-action
+  name: json-schema-validator-action
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "main-SNAPSHOT"