$ref resolution is local-only by default: external references resolve
against documents registered here (keyed by absolute URI, usually the
document's $id), and compilation fails for anything unknown. The bundled
JSON Schema 2020-12 meta-schemas are registered in every store. Callers who
want remote loading supply ValidatorSettings.resolver — the library never
performs network I/O on its own.
Pre-registered schema document store.
$ref resolution is local-only by default: external references resolve against documents registered here (keyed by absolute URI, usually the document's $id), and compilation fails for anything unknown. The bundled JSON Schema 2020-12 meta-schemas are registered in every store. Callers who want remote loading supply ValidatorSettings.resolver — the library never performs network I/O on its own.