From c4e2b9911e2144e09af97b19f9aa93565073e321 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Fri, 13 Nov 2020 22:55:41 +0000 Subject: [PATCH] Replace the phrase "feature set" with dialect --- jsonschema-core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 058f954e..95fe91c4 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -1168,9 +1168,9 @@
- The "$schema" keyword is both used as a JSON Schema feature set identifier and + The "$schema" keyword is both used as a JSON Schema dialect identifier and as the identifier of a resource which is itself a JSON Schema, which describes the - set of valid schemas written for this particular feature set. + set of valid schemas written for this particular dialect. The value of this keyword MUST be a URI