Added
- Generic JSON input:
options_forbuilds a validator over any instance representation implementingjson::Json, so instances validate without conversion toserde_json::Value. #239 meta::validate_forandmeta::is_valid_forfor checking a schema document held in any representation implementingjson::Jsonagainst its meta-schema.- EXPERIMENTAL: Schema canonicalization via
jsonschema::canonicalize. It reduces a reasonable subset of JSON Schemas to their normal forms.
Fixed
multipleOfincorrectly accepted integers pastu64that are not multiples of the divisor.