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
Thanks for the awesome package. Could you explain following part please
this package does not really care about loading external schemas from various locations (it's just easier to just gather all the schemas in your local system). It is possible to do this via go-jsref if you really want to do it.
I am trying to figure out how {"$ref": "./local-file.json#/definitions/Something"} is being resolved. These lines make me believe I could just have a provider loaded with external files, but I don't see how custom provider can be passed
Thanks for the awesome package. Could you explain following part please
I am trying to figure out how
{"$ref": "./local-file.json#/definitions/Something"}
is being resolved. These lines make me believe I could just have a provider loaded with external files, but I don't see how custom provider can be passedThe text was updated successfully, but these errors were encountered: