@hoth/typescript-to-json-schema
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -89,3 +89,3 @@ "use strict"; | ||
} | ||
if (lodash_1.isArray(element[key]) && ['oneOf', 'anyOf'].includes(key)) { | ||
if (lodash_1.isArray(element[key]) && ['oneOf', 'anyOf', 'allOf'].includes(key)) { | ||
ret[key] = element[key].map(e => lodash_1.isPlainObject(e) && walk(e, id, schemas)); | ||
@@ -92,0 +92,0 @@ } |
{ | ||
"name": "@hoth/typescript-to-json-schema", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "typescript to json-schema transpiler", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
31499