The outcome of Schema.validate: whether the document conforms, plus every conformance problem found (not just the first). Mirrors Python's ValidationResult.
Schema.validate
ValidationResult
Readonly
All validation issues collected during validation (spec §5).
true iff the document conformed to the schema with zero errors (spec §5).
true
The outcome of
Schema.validate: whether the document conforms, plus every conformance problem found (not just the first). Mirrors Python'sValidationResult.