json-schema-merge-allof
Advanced tools
Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "json-schema-merge-allof", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Simplify your schema by combining allOf into the root schema, safely.", | ||
@@ -50,5 +50,5 @@ "main": "src/index.js", | ||
"compute-lcm": "^1.1.0", | ||
"json-schema-compare": "^0.2.0", | ||
"json-schema-compare": "^0.2.2", | ||
"lodash": "^4.17.4" | ||
} | ||
} |
@@ -21,2 +21,3 @@ # json-schema-merge-allof [![Build Status](https://travis-ci.org/mokkabonna/json-schema-merge-allof.svg?branch=master)](https://travis-ci.org/mokkabonna/json-schema-merge-allof) [![Coverage Status](https://coveralls.io/repos/github/mokkabonna/json-schema-merge-allof/badge.svg?branch=master)](https://coveralls.io/github/mokkabonna/json-schema-merge-allof?branch=master) | ||
- 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 | ||
@@ -23,0 +24,0 @@ - Option to override common impossibility like adding properties when using **additionalProperties: false** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83435
185
Updatedjson-schema-compare@^0.2.2