Fix ifSchema

This commit is contained in:
toasted-nutbread 2020-02-02 10:35:41 -05:00
parent 7c9fe2c6cf
commit fca5c75151

View File

@ -204,7 +204,7 @@ class JsonSchemaProxyHandler {
let okay = true; let okay = true;
try { try {
JsonSchemaProxyHandler.validate(value, thenSchema); JsonSchemaProxyHandler.validate(value, ifSchema, info);
} catch (e) { } catch (e) {
okay = false; okay = false;
} }