Skip to content

Commit 44c5c0e

Browse files
committed
allow for x- properties
1 parent cd0d4bf commit 44c5c0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs/meta/meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
"$comment": "Proposed keyword: https://github.com/json-schema-org/json-schema-spec/blob/main/specs/proposals/propertyDependencies.md"
147147
}
148148
},
149+
"patternProperties": {
150+
"^x-": true
151+
},
149152
"$defs": {
150153
"anchorString": {
151154
"type": "string",

0 commit comments

Comments
 (0)