We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d53f8 commit 3a1a6eaCopy full SHA for 3a1a6ea
referencing/_core.py
@@ -536,6 +536,12 @@ class Resolver(Generic[D]):
536
Resolvers help resolve references (including relative ones) by
537
pairing a fixed base URI with a `Registry`.
538
539
+ This object, under normal circumstances, is expected to be used by
540
+ *implementers of libraries* built on top of `referencing` (e.g. JSON Schema
541
+ implementations or other libraries resolving JSON references),
542
+ not directly by end-users populating registries or while writing
543
+ schemas or other resources.
544
+
545
References are resolved against the base URI, and the combined URI
546
is then looked up within the registry.
547
0 commit comments