-
- Notifications
You must be signed in to change notification settings - Fork 602
Closed
Description
Currently there is no way (that I can find) to access iter_errors from outside the library. I would like to do the following:
from jsonschema import iter_errors for error in iter_errors(instance, schema): print error so that iter_errors is recognizing the schema (as validate does). Is this possible? Is this planned?
Metadata
Metadata
Assignees
Labels
No labels