From 09bea1d99bedc3f702620ffada2abac92f37139e Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Tue, 3 Mar 2020 12:35:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442dc29..ad401ba 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm install json-schema-merge-allof --save - Correctly considers items and additionalItems as a whole when merging schemas containing those - Supports merging schemas with items as array and direct schema - Supports merging dependencies when mixed array and schema -- Supports all JSON schema core/validation keywords +- Supports all JSON schema core/validation keywords (v6, use custom resolvers to support other keywords) - Option to override common impossibility like adding properties when using **additionalProperties: false** - Pluggable keyword resolvers