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 4f0ef52 commit fe9c6b0Copy full SHA for fe9c6b0
docs/api/index.rst
@@ -20,3 +20,5 @@ Submodules
20
:exclude-members: Validator
21
22
.. autodata:: jsonschema._format._F
23
+
24
+.. autodata:: jsonschema._typing.id_of
docs/conf.py
@@ -40,6 +40,7 @@
40
# See sphinx-doc/sphinx#10785
41
_TYPE_ALIASES = {
42
"jsonschema._format._F": ("data", "_F"),
43
+ "_typing.id_of": ("data", "jsonschema._typing.id_of"),
44
}
45
46
0 commit comments