Skip to content

Commit 33d7241

Browse files
committed
disallow other $* keywrods
1 parent 44c5c0e commit 33d7241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/meta/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
}
148148
},
149149
"patternProperties": {
150-
"^x-": true
150+
"^x-": true,
151+
"^(?!(?:\\$id|\\$schema|\\$ref|\\$anchor|\\$dynamicRef|\\$dynamicAnchor|\\$comment|\\$defs)$).*": false
151152
},
152153
"$defs": {
153154
"anchorString": {

0 commit comments

Comments
 (0)