Fix ifSchema
This commit is contained in:
parent
7c9fe2c6cf
commit
fca5c75151
@ -204,7 +204,7 @@ class JsonSchemaProxyHandler {
|
||||
|
||||
let okay = true;
|
||||
try {
|
||||
JsonSchemaProxyHandler.validate(value, thenSchema);
|
||||
JsonSchemaProxyHandler.validate(value, ifSchema, info);
|
||||
} catch (e) {
|
||||
okay = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user