Skip to content

Commit 568e20f

Browse files
committed
[954] Fix $recursiveAnchor in schema to match spec
The spec allows values of false. This fixes the schema to match the spec.
1 parent 964c2f8 commit 568e20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meta/core.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
},
3434
"$recursiveAnchor": {
3535
"type": "boolean",
36-
"const": true,
3736
"default": false
3837
},
3938
"$vocabulary": {

0 commit comments

Comments
 (0)