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.git
The following commit(s) were added to refs/heads/main by this push:
new 6d65b1569f4 Camel-Json-Validator: Added the updated supported schemas
(#11620)
6d65b1569f4 is described below
commit 6d65b1569f40571c95bedbdb1ccc4d9f09878892
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 2 13:39:41 2023 +0200
Camel-Json-Validator: Added the updated supported schemas (#11620)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../camel-json-validator/src/main/docs/json-validator-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-json-validator/src/main/docs/json-validator-component.adoc
b/components/camel-json-validator/src/main/docs/json-validator-component.adoc
index 3f86433177a..02590de97b8 100644
---
a/components/camel-json-validator/src/main/docs/json-validator-component.adoc
+++
b/components/camel-json-validator/src/main/docs/json-validator-component.adoc
@@ -15,7 +15,7 @@
*{component-header}*
The JSON Schema Validator component performs bean validation of the message
body
-against JSON Schemas v4, v6, v7 and v2019-09 draft using the NetworkNT JSON
Schema library
+against JSON Schemas v4, v6, v7, v2019-09 draft and and v2020-12(partial)
using the NetworkNT JSON Schema library
(https://github.com/networknt/json-schema-validator).
Maven users will need to add the following dependency to their `pom.xml`