You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
However, these are still not as friendly as we currently make them. That is, jsonschema errors still look like "is not valid under any of the given schemas" instead of "'date' is missing but required within 'releases'"
https://github.com/Stranger6667/jsonschema-rs/tree/master/crates/jsonschema-py is designed to be API-compatible with jsonschema.
If it is truly impossible to switch to jsonschema-rs, I can try using Scalene to find performance improvements in jsonschema.
The text was updated successfully, but these errors were encountered: