Merge pull request #7582 from yanyongyu/schema/validation-anchors

Added `anchors` to `validation` in JSON schema
This commit is contained in:
Martin Donath
2024-10-03 10:39:01 +02:00
committed by GitHub

View File

@@ -7,6 +7,7 @@
"omitted_files": { "$ref": "#/$defs/omitted_files" },
"not_found": { "$ref": "#/$defs/not_found" },
"absolute_links": { "$ref": "#/$defs/absolute_links" },
"anchors": { "$ref": "#/$defs/anchors" },
"unrecognized_links": { "$ref": "#/$defs/unrecognized_links" },
"nav": {
"title": "validation of navigation",