Skip to content

Commit 154b863

Browse files
committed
disallow other $* keywords (fix)
1 parent 33d7241 commit 154b863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/meta/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"patternProperties": {
150150
"^x-": true,
151-
"^(?!(?:\\$id|\\$schema|\\$ref|\\$anchor|\\$dynamicRef|\\$dynamicAnchor|\\$comment|\\$defs)$).*": false
151+
"^(?!(?:\\$id|\\$schema|\\$ref|\\$anchor|\\$dynamicRef|\\$dynamicAnchor|\\$comment|\\$defs)$)\\$.*": false
152152
},
153153
"$defs": {
154154
"anchorString": {

0 commit comments

Comments
 (0)