We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5145e36 commit 09bea1dCopy full SHA for 09bea1d
README.md
@@ -19,7 +19,7 @@ npm install json-schema-merge-allof --save
19
- Correctly considers items and additionalItems as a whole when merging schemas containing those
20
- Supports merging schemas with items as array and direct schema
21
- Supports merging dependencies when mixed array and schema
22
-- Supports all JSON schema core/validation keywords
+- Supports all JSON schema core/validation keywords (v6, use custom resolvers to support other keywords)
23
- Option to override common impossibility like adding properties when using **additionalProperties: false**
24
- Pluggable keyword resolvers
25
0 commit comments