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
I enjoy using the $ref stuff (and $id) but I really never want my validators to actually access the network. I used a RefResolver instance to map some schemas together, but I can't figure out how to permanently disable actual network access (and only use the local store provided).
I looked through the sources and didn't see anything obviously. If this is already possible, maybe it'd be worth a FAQ entry or something?