From d21c0e806300797085d77e15af79499ac899a085 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Wed, 8 Mar 2023 10:23:01 +1300 Subject: [PATCH] reserve dollar keywords for core vocab --- jsonschema-core.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 2672c0d2..61d9fff3 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -1157,9 +1157,8 @@ . - While the "$" prefix is not formally reserved for the Core vocabulary, - it is RECOMMENDED that extension keywords (in vocabularies or otherwise) - begin with a character other than "$" to avoid possible future collisions. + The "$" prefix is reserved for use by the Core vocabulary. + Vocabulary extensions MUST NOT define new keywords that begin with "$".