Skip to content

Commit c558a60

Browse files
committed
URI change
Signed-off-by: Clemens Vasters <clemens@vasters.com>
1 parent af42efb commit c558a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-vasters-json-structure-conditional-composition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ referencing the extended meta-schema:
319319

320320
~~~ json
321321
{
322-
"$schema": "https://json-structure.github.io/meta/extended/v0/#",
322+
"$schema": "https://json-structure.org/meta/extended/v0/#",
323323
"$id": "myschema",
324324
"$uses": [
325325
"JSONSchemaConditionalComposition"
@@ -335,7 +335,7 @@ Conditional composition is enabled by default in the validation meta-schema:
335335

336336
~~~ json
337337
{
338-
"$schema": "https://json-structure.github.io/meta/validation/v0/#",
338+
"$schema": "https://json-structure.org/meta/validation/v0/#",
339339
"$id": "myschema",
340340
"type": "object",
341341
"oneOf" : [

0 commit comments

Comments
 (0)