From e189a628166c375a9166b51dfb5e3479f26c37e3 Mon Sep 17 00:00:00 2001 From: Clemens Vasters Date: Thu, 13 Aug 2026 09:32:09 +0200 Subject: [PATCH] Fix $uses key name to JSONStructureUnits --- draft-vasters-json-structure-units.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-vasters-json-structure-units.md b/draft-vasters-json-structure-units.md index d697e62..2d7f1ea 100644 --- a/draft-vasters-json-structure-units.md +++ b/draft-vasters-json-structure-units.md @@ -416,7 +416,7 @@ Example: ## Enabling the Annotations {#enabling-the-annotations} These annotations can be enabled in a schema or meta-schema by adding the -`JSONSchemaUnits` key to the `$uses` clause when referencing the extended +`JSONStructureUnits` key to the `$uses` clause when referencing the extended meta-schema: ~~~ json @@ -424,7 +424,7 @@ meta-schema: "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "myschema", "$uses": [ - "JSONSchemaUnits" + "JSONStructureUnits" ], "type": "object", "properties": {