github Stranger6667/jsonschema rust-v0.49.0
[Rust] Release 0.49.0

latest releases: ruby-v0.49.1, ruby-v0.49.0, python-v0.49.1...
5 hours ago

Added

  • Generic JSON input: options_for builds a validator over any instance representation implementing json::Json, so instances validate without conversion to serde_json::Value. #239
  • meta::validate_for and meta::is_valid_for for checking a schema document held in any representation implementing json::Json against its meta-schema.
  • EXPERIMENTAL: Schema canonicalization via jsonschema::canonicalize. It reduces a reasonable subset of JSON Schemas to their normal forms.

Fixed

  • multipleOf incorrectly accepted integers past u64 that are not multiples of the divisor.

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.