From a06d8154dab73068f3f161dd92b40b75c8e46241 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Tue, 19 May 2020 21:30:07 -0700 Subject: [PATCH] Fix $anchor pattern in core.json This was missed in the $anchor specification update. --- meta/core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/core.json b/meta/core.json index b28fc990..3d5311bf 100644 --- a/meta/core.json +++ b/meta/core.json @@ -21,7 +21,7 @@ }, "$anchor": { "type": "string", - "pattern": "^[A-Za-z][-A-Za-z0-9.:_]*$" + "pattern": "^[A-Za-z_][-A-Za-z0-9._]*$" }, "$ref": { "type": "string",