diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 62c0c84b..71ee47d8 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -314,7 +314,7 @@ Object properties that are applied to the instance are called keywords, or schema keywords. Broadly speaking, keywords fall into one - of four categories: + of five categories: control schema identification through setting the schema's @@ -1692,26 +1692,26 @@ When an implementation encounters the <#/$defs/single> schema, - it resolves the "$id" URI reference against the current base URI to form - <https://example.net/root.json#item>. + it resolves the "$anchor" value as a fragment name against the current + base URI to form <https://example.net/root.json#item>. When an implementation then looks inside the <#/items> schema, it @@ -1764,11 +1764,11 @@ @@ -1787,15 +1787,15 @@