Skip to content

Commit 0a34df0

Browse files
remove unneeded .* from unanchored patterns
1 parent 4d871e1 commit 0a34df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: output/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
{
5151
"properties": {
5252
"keywordLocation": {
53-
"pattern": ".*/\\$ref/.*"
53+
"pattern": "/\\$ref/"
5454
}
5555
}
5656
},
5757
{
5858
"properties": {
5959
"keywordLocation": {
60-
"pattern": ".*/\\$recursiveRef/.*"
60+
"pattern": "/\\$recursiveRef/"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)