Getting $ref history #1146
Labels
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
In large schemas, understanding which
$ref
is being referenced when an error occurs can be helpful in debugging. We used to refer to the history of$ref
with (ill-mannered) code like this:However, with the current version of jsonschema,
validator.resolver
is deprecated, and it will be not possible to refer to it.Is there a legitimate way to retrieve this information in jsonschema?
Reference: #1144
The text was updated successfully, but these errors were encountered: