Skip to content

Provide access to iter_errors #108

@gonvaled

Description

@gonvaled

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions