json-schema-library
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -17,3 +17,3 @@ | ||
if (result.code === "one-of-error") { | ||
return result.data.oneOf; | ||
return result.data.oneOf.map(item => core.resolveRef(item)); | ||
} | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "json-schema-library", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
119550