We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd3ae2 commit 1f1c964Copy full SHA for 1f1c964
draft-vasters-json-structure-validation.md
@@ -448,7 +448,7 @@ clause when referencing the extended meta-schema:
448
449
~~~ json
450
{
451
- "$schema": "https://json-structure.github.io/meta/extended/v0/#",
+ "$schema": "https://json-structure.org/meta/extended/v0/#",
452
"$id": "myschema",
453
"$uses": [
454
"JSONSchemaValidation",
@@ -467,7 +467,7 @@ The extensions are enabled by default in the validation meta-schema:
467
468
469
470
- "$schema": "https://json-structure.github.io/meta/validation/v0/#",
+ "$schema": "https://json-structure.org/meta/validation/v0/#",
471
472
"type": "object",
473
"properties": {
0 commit comments