Skip to content

Commit 1f1c964

Browse files
committed
URI change
Signed-off-by: Clemens Vasters <[email protected]>
1 parent 4cd3ae2 commit 1f1c964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-vasters-json-structure-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ clause when referencing the extended meta-schema:
448448

449449
~~~ json
450450
{
451-
"$schema": "https://json-structure.github.io/meta/extended/v0/#",
451+
"$schema": "https://json-structure.org/meta/extended/v0/#",
452452
"$id": "myschema",
453453
"$uses": [
454454
"JSONSchemaValidation",
@@ -467,7 +467,7 @@ The extensions are enabled by default in the validation meta-schema:
467467

468468
~~~ json
469469
{
470-
"$schema": "https://json-structure.github.io/meta/validation/v0/#",
470+
"$schema": "https://json-structure.org/meta/validation/v0/#",
471471
"$id": "myschema",
472472
"type": "object",
473473
"properties": {

0 commit comments

Comments
 (0)