Skip to content

Commit 4573d04

Browse files
authored
Merge pull request #928 from ssilverman/fix-anchor-pattern
Fix $anchor pattern in core.json
2 parents 65ce627 + a06d815 commit 4573d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"$anchor": {
2323
"type": "string",
24-
"pattern": "^[A-Za-z][-A-Za-z0-9.:_]*$"
24+
"pattern": "^[A-Za-z_][-A-Za-z0-9._]*$"
2525
},
2626
"$ref": {
2727
"type": "string",

0 commit comments

Comments
 (0)