Skip to content

Commit

Permalink
One more hardcoded heading...
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 21, 2023
1 parent c7b8e49 commit 0579681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx_json_schema_spec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"validation": urljoin(BASE_URL, "json-schema-validation.html"),
}
HARDCODED = {
"$dynamicRef": "https://json-schema.org/draft/2020-12/json-schema-core.html#dynamic-ref", # noqa: E501
"$ref": "https://json-schema.org/draft/2020-12/json-schema-core.html#ref",
"$schema": "https://json-schema.org/draft/2020-12/json-schema-core.html#name-the-schema-keyword", # noqa: E501
"format": "https://json-schema.org/draft/2020-12/json-schema-validation.html#name-implementation-requirements", # noqa: E501
Expand Down

0 comments on commit 0579681

Please sign in to comment.