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-validation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

title: "JSON Structure: Validation Extensions"
Expand Down Expand Up @@ -447,15 +447,15 @@
## Enabling the Extensions {#enabling-the-extensions}

Validation extensions can be enabled in a schema or
meta-schema by adding `JSONSchemaValidation` to the `$uses`
meta-schema by adding `JSONStructureValidation` to the `$uses`
array when referencing the extended meta-schema:

~~~ json
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "myschema",
"$uses": [
"JSONSchemaValidation"
"JSONStructureValidation"
],
"type": "object",
"properties": {
Expand Down
Loading