Skip to content

Commit 325e3c4

Browse files
remove unneeded .* from unanchored patterns
1 parent 339b46c commit 325e3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)