Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-vasters-json-structure-units.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

title: "JSON Structure: Symbols, Scientific Units, and Currencies"
Expand Down Expand Up @@ -416,15 +416,15 @@
## 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
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "myschema",
"$uses": [
"JSONSchemaUnits"
"JSONStructureUnits"
],
"type": "object",
"properties": {
Expand Down
Loading