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
Is it possible to use #341 when using jsonschema_rs from python?
Not at the moment, but it should be possible to implement on the bindings level. However, I am reworking this part now, so the interface might change, but it should not be much problematic to adjust it in the future.
When I specify path in "$id": in root schema, then I get different error:
It seems it can work only with URLs, not paths.
jsonschema-rs will include support for custom retrievers starting from 0.27, sorry for the delay. The README.md file now includes an example implementation.
I have JSON schema splitted to more than one file (with refs) in local filesystem.
I use in python:
jsonschema_rs.JSONSchema.from_str
and thenvalidate
.Result:
It isn't surprising because
jsonschema_rs
isn't aware where to look for this external reference.Is it possible to use custom resolver when using
jsonschema_rs
from python?The text was updated successfully, but these errors were encountered: