json-schema-merge-allof
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "json-schema-merge-allof", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Simplify your schema by combining allOf into the root schema, safely.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -73,3 +73,3 @@ var cloneDeep = require('lodash/cloneDeep') | ||
var schemaAtPos = sub.items[key] | ||
if (schemaAtPos) { | ||
if (isSchema(schemaAtPos)) { | ||
return schemaAtPos | ||
@@ -76,0 +76,0 @@ } else if (sub.hasOwnProperty('additionalItems')) { |
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
82980