From 1aa5195fbf42f1508753390e2a96461f4e01f04b Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Fri, 13 Nov 2020 19:04:39 +1300 Subject: [PATCH] resolves #1014 - update output schema for draft 2020-xx --- output/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/schema.json b/output/schema.json index ff523eea..0a65f20f 100644 --- a/output/schema.json +++ b/output/schema.json @@ -67,7 +67,7 @@ { "properties": { "keywordLocation": { - "pattern": "/\\$recursiveRef/" + "pattern": "/\\$dynamicRef/" } } }