Skip to content

AttributeError: 'Registry' object has no attribute 'resolving'. Did you mean: 'resolver'? #1353

Closed Answered by Julian
t1m013y asked this question in Q&A
Discussion options

You must be logged in to vote

You want the registry argument, not the deprecated resolver argument which is what you're getting by passing the registry positionally like that.

Specifically you want:

    jsonschema.validate(json_data,
                        reg["https://t1m013y.github.io/jsonschema/test_person"].contents,
                        registry=reg)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@t1m013y
Comment options

Answer selected by t1m013y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1352 on April 26, 2025 16:23.