We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b8e49 commit 0579681Copy full SHA for 0579681
sphinx_json_schema_spec/__init__.py
@@ -19,6 +19,7 @@
19
"validation": urljoin(BASE_URL, "json-schema-validation.html"),
20
}
21
HARDCODED = {
22
+ "$dynamicRef": "https://json-schema.org/draft/2020-12/json-schema-core.html#dynamic-ref", # noqa: E501
23
"$ref": "https://json-schema.org/draft/2020-12/json-schema-core.html#ref",
24
"$schema": "https://json-schema.org/draft/2020-12/json-schema-core.html#name-the-schema-keyword", # noqa: E501
25
"format": "https://json-schema.org/draft/2020-12/json-schema-validation.html#name-implementation-requirements", # noqa: E501
0 commit comments