Skip to content

Commit d8c66e2

Browse files
authored
Merge pull request #1029 from jdesrosiers/fix-core-schema
Fix "dynamic" keywords in core vocabulary meta-schema
2 parents 65de3c9 + fa0bc2e commit d8c66e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meta/core.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"type": "string",
2828
"format": "uri-reference"
2929
},
30-
"$recursiveRef": {
30+
"$dynamicRef": {
3131
"type": "string",
3232
"format": "uri-reference"
3333
},
34-
"$recursiveAnchor": {
35-
"type": "boolean",
36-
"default": false
34+
"$dynamicAnchor": {
35+
"type": "string",
36+
"pattern": "^[A-Za-z_][-A-Za-z0-9._]*$"
3737
},
3838
"$vocabulary": {
3939
"type": "object",

0 commit comments

Comments
 (0)