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
It'd be great if using local file schemas references like "$ref": "./some-other.schema.json" is supported. It should be possible using JSONSchemer ref_resolver feature.
The text was updated successfully, but these errors were encountered:
I just found it it may be already possible using the options with ref_resolver to pass the referenced schemas (haven't tried that yet).
However, I was initially thinking like you would be able to just pass a directory and the gem would load the referenced schemas without having to list them manually. Allowing something like this:
It'd be great if using local file schemas references like
"$ref": "./some-other.schema.json"
is supported. It should be possible using JSONSchemerref_resolver
feature.The text was updated successfully, but these errors were encountered: