Skip to content

Commit ffcabca

Browse files
authored
Merge pull request #7582 from yanyongyu/schema/validation-anchors
Added `anchors` to `validation` in JSON schema
2 parents 34749ed + 413e188 commit ffcabca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/schema/validation.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"omitted_files": { "$ref": "#/$defs/omitted_files" },
88
"not_found": { "$ref": "#/$defs/not_found" },
99
"absolute_links": { "$ref": "#/$defs/absolute_links" },
10+
"anchors": { "$ref": "#/$defs/anchors" },
1011
"unrecognized_links": { "$ref": "#/$defs/unrecognized_links" },
1112
"nav": {
1213
"title": "validation of navigation",

0 commit comments

Comments
 (0)