github Stranger6667/jsonschema python-v0.40.1
[Python] Release 0.40.1

latest releases: ruby-v0.46.4, python-v0.46.4, rust-v0.46.4...
3 months ago

Added

  • ValidationErrorKind.name property returning the keyword name (e.g., "minimum", "divisibleBy").
  • ValidationErrorKind.value property returning the constraint value.
  • ValidationErrorKind.as_dict() method returning error details as a dictionary.

Performance

  • Faster validation via cost-based keyword ordering.
  • Faster patternProperties for simple prefix patterns (e.g., ^x-).

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.