Skip to content

Commit b47f567

Browse files
authored
Merge pull request #804 from gregsdennis/master
fixed regex for $id in core metaschema
2 parents 38e1606 + 7a2ffe7 commit b47f567

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
@@ -13,7 +13,7 @@
1313
"type": "string",
1414
"format": "uri-reference",
1515
"$comment": "Non-empty fragments not allowed.",
16-
"pattern": "^[^#]#?$"
16+
"pattern": "^[^#]*#?$"
1717
},
1818
"$schema": {
1919
"type": "string",

0 commit comments

Comments
 (0)