Closed
Description
I'm trying to update my validator to 2019-09 and looking for precise info about how to handle new keyword $anchor.
I searched for $ahcnor references in the 2019-09 spec that I have.
"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."
json-schema-spec/jsonschema-core.xml
Line 1712 in 30f3158
However the snippet above does not include an $id property at defs/single; it has an $anchor property.
Is that incorrect or have I misunderstood?