From 568e20f14ef562a56cb29eebff3c8180914680de Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 11 Jun 2020 07:56:55 -0700 Subject: [PATCH] [954] Fix $recursiveAnchor in schema to match spec The spec allows values of false. This fixes the schema to match the spec. --- meta/core.json | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/core.json b/meta/core.json index 3a84feb1..c7b6c218 100644 --- a/meta/core.json +++ b/meta/core.json @@ -33,7 +33,6 @@ }, "$recursiveAnchor": { "type": "boolean", - "const": true, "default": false }, "$vocabulary": {