11421142 </t >
11431143 <t >
11441144 The current IRI for the Core vocabulary is:
1145- < https://json-schema.org/draft/2020-12 /vocab/core> .
1145+ < https://json-schema.org/draft/next /vocab/core> .
11461146 </t >
11471147 <t >
11481148 The current IRI for the corresponding meta-schema is:
1149- <eref target =" https://json-schema.org/draft/2020-12 /meta/core" />.
1149+ <eref target =" https://json-schema.org/draft/next /meta/core" />.
11501150 </t >
11511151 <t >
11521152 While the "$" prefix is not formally reserved for the Core vocabulary,
21042104 </t >
21052105 <t >
21062106 The current IRI for this vocabulary, known as the Applicator vocabulary, is:
2107- < https://json-schema.org/draft/2020-12 /vocab/applicator> .
2107+ < https://json-schema.org/draft/next /vocab/applicator> .
21082108 </t >
21092109 <t >
21102110 The current IRI for the corresponding meta-schema is:
2111- <eref target =" https://json-schema.org/draft/2020-12 /meta/applicator" />.
2111+ <eref target =" https://json-schema.org/draft/next /meta/applicator" />.
21122112 </t >
21132113 <section title =" Keyword Independence" >
21142114 <t >
25692569 <t >
25702570 The current IRI for this vocabulary, known as the Unevaluated Applicator
25712571 vocabulary, is:
2572- < https://json-schema.org/draft/2020-12 /vocab/unevaluated> .
2572+ < https://json-schema.org/draft/next /vocab/unevaluated> .
25732573 </t >
25742574 <t >
25752575 The current IRI for the corresponding meta-schema is:
2576- <eref target =" https://json-schema.org/draft/2020-12 /meta/unevaluated" />.
2576+ <eref target =" https://json-schema.org/draft/next /meta/unevaluated" />.
25772577 </t >
25782578
25792579 <section title =" Keyword Independence" >
@@ -2865,7 +2865,7 @@ https://example.com/schemas/common#/$defs/count/minimum
28652865<![CDATA[
28662866{
28672867 "$id": "https://example.com/polygon",
2868- "$schema": "https://json-schema.org/draft/2020-12 /schema",
2868+ "$schema": "https://json-schema.org/draft/next /schema",
28692869 "$defs": {
28702870 "point": {
28712871 "type": "object",
@@ -3078,15 +3078,15 @@ https://example.com/schemas/common#/$defs/count/minimum
30783078 <t >
30793079 Because this output structure can be quite large, a smaller example is given
30803080 here for brevity. The IRI of the full output structure of the example above is:
3081- <eref target =" https://json-schema.org/draft/2020-12 /output/verbose-example" />.
3081+ <eref target =" https://json-schema.org/draft/next /output/verbose-example" />.
30823082 </t >
30833083 <figure >
30843084 <artwork >
30853085<![CDATA[
30863086// schema
30873087{
30883088 "$id": "https://example.com/polygon",
3089- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3089+ "$schema": "https://json-schema.org/draft/next /schema",
30903090 "type": "object",
30913091 "properties": {
30923092 "validProp": true,
@@ -3140,7 +3140,7 @@ https://example.com/schemas/common#/$defs/count/minimum
31403140 <t >
31413141 For convenience, JSON Schema has been provided to validate output generated
31423142 by implementations. Its IRI is:
3143- <eref target =" https://json-schema.org/draft/2020-12 /output/schema" />.
3143+ <eref target =" https://json-schema.org/draft/next /output/schema" />.
31443144 </t >
31453145 </section >
31463146
@@ -3534,7 +3534,7 @@ https://example.com/schemas/common#/$defs/count/minimum
35343534<![CDATA[
35353535// tree schema, extensible
35363536{
3537- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3537+ "$schema": "https://json-schema.org/draft/next /schema",
35383538 "$id": "https://example.com/tree",
35393539 "$dynamicAnchor": "node",
35403540
@@ -3552,7 +3552,7 @@ https://example.com/schemas/common#/$defs/count/minimum
35523552
35533553// strict-tree schema, guards against misspelled properties
35543554{
3555- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3555+ "$schema": "https://json-schema.org/draft/next /schema",
35563556 "$id": "https://example.com/strict-tree",
35573557 "$dynamicAnchor": "node",
35583558
@@ -3725,20 +3725,20 @@ https://example.com/schemas/common#/$defs/count/minimum
37253725 <artwork >
37263726<![CDATA[
37273727{
3728- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3728+ "$schema": "https://json-schema.org/draft/next /schema",
37293729 "$id": "https://example.com/meta/general-use-example",
37303730 "$dynamicAnchor": "meta",
37313731 "$vocabulary": {
3732- "https://json-schema.org/draft/2020-12 /vocab/core": true,
3733- "https://json-schema.org/draft/2020-12 /vocab/applicator": true,
3734- "https://json-schema.org/draft/2020-12 /vocab/validation": true,
3732+ "https://json-schema.org/draft/next /vocab/core": true,
3733+ "https://json-schema.org/draft/next /vocab/applicator": true,
3734+ "https://json-schema.org/draft/next /vocab/validation": true,
37353735 "https://example.com/vocab/example-vocab": true
37363736 },
37373737 "allOf": [
3738- {"$ref": "https://json-schema.org/draft/2020-12 /meta/core"},
3739- {"$ref": "https://json-schema.org/draft/2020-12 /meta/applicator"},
3740- {"$ref": "https://json-schema.org/draft/2020-12 /meta/validation"},
3741- {"$ref": "https://example.com/meta/example-vocab"}
3738+ {"$ref": "https://json-schema.org/draft/next /meta/core"},
3739+ {"$ref": "https://json-schema.org/draft/next /meta/applicator"},
3740+ {"$ref": "https://json-schema.org/draft/next /meta/validation"},
3741+ {"$ref": "https://example.com/meta/example-vocab",
37423742 ],
37433743 "patternProperties": {
37443744 "^unevaluated": false
@@ -3760,7 +3760,7 @@ https://example.com/schemas/common#/$defs/count/minimum
37603760 <artwork >
37613761<![CDATA[
37623762{
3763- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3763+ "$schema": "https://json-schema.org/draft/next /schema",
37643764 "$id": "https://example.com/meta/example-vocab",
37653765 "$dynamicAnchor": "meta",
37663766 "$vocabulary": {
0 commit comments