Added
#[jsonschema::validator]attribute macro (behind themacrosfeature) that compiles a JSON Schema intois_validandvalidateimplementations at build time.Keyword::iter_errorsfor reporting multiple validation errors from a single custom keyword. #1071
Changed
- Bump MSRV to
1.85.0.
Performance
- Faster meta-schema validation and schema compilation with the
macrosfeature, via compile-time meta-schema validators.
Fixed
typeunderitemsasserted with the Validation vocabulary disabled.- Disabled vocabularies ignored for
$reftargets without their own$schema(e.g.$defsentries).