From 8dbcd119d8bfb3b6d3a18a8fc530f1fe1087d82a Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Wed, 27 Nov 2024 20:01:05 +1300 Subject: [PATCH] update note about hyper-schema as an example --- specs/jsonschema-core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/jsonschema-core.md b/specs/jsonschema-core.md index 85cfa13d..f67bf4be 100644 --- a/specs/jsonschema-core.md +++ b/specs/jsonschema-core.md @@ -1030,8 +1030,8 @@ contains the matching `$dynamicAnchor`. For a full example using these keywords, see {{recursive-example}}.[^6] -[^6]: The difference between the hyper-schema meta-schema in pre-2019 drafts and -an this draft dramatically demonstrates the utility of these keywords. +[^6]: The differences in the hyper-schema meta-schemas from draft-07 and draft +2019-09 dramatically demonstrates the utility of these keywords. #### Schema Re-Use With `$defs` {#defs}