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
It would be very useful to expose the property that failed, other than in the message. Adding a ValidationError.property property that defaults to None and filling it before yielding works and is what I'm currently doing locally.
The text was updated successfully, but these errors were encountered:
https://github.com/Julian/jsonschema/blob/master/jsonschema/_validators.py#L314
It would be very useful to expose the property that failed, other than in the message. Adding a ValidationError.property property that defaults to None and filling it before yielding works and is what I'm currently doing locally.
The text was updated successfully, but these errors were encountered: