added flow commands for testing validator vs jspg
This commit is contained in:
@ -849,7 +849,6 @@ impl<'v, 's> Validator<'v, 's, '_, '_> {
|
||||
) -> Result<(), ValidationError<'s, 'v>> {
|
||||
let scope = self.scope.child(sch, ref_kw, self.scope.vid);
|
||||
let schema = &self.schemas.get(sch);
|
||||
let be_strict = self.options.map_or(false, |o| o.be_strict);
|
||||
let (result, reply) = Validator {
|
||||
v: self.v,
|
||||
vloc: self.vloc,
|
||||
|
||||
Reference in New Issue
Block a user