Skip to content

Commit 0579681

Browse files
committed
One more hardcoded heading...
1 parent c7b8e49 commit 0579681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinx_json_schema_spec/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"validation": urljoin(BASE_URL, "json-schema-validation.html"),
2020
}
2121
HARDCODED = {
22+
"$dynamicRef": "https://json-schema.org/draft/2020-12/json-schema-core.html#dynamic-ref", # noqa: E501
2223
"$ref": "https://json-schema.org/draft/2020-12/json-schema-core.html#ref",
2324
"$schema": "https://json-schema.org/draft/2020-12/json-schema-core.html#name-the-schema-keyword", # noqa: E501
2425
"format": "https://json-schema.org/draft/2020-12/json-schema-validation.html#name-implementation-requirements", # noqa: E501

0 commit comments

Comments
 (0)