11221122 </t >
11231123 <t >
11241124 The current IRI for the Core vocabulary is:
1125- < https://json-schema.org/draft/2020-12 /vocab/core> .
1125+ < https://json-schema.org/draft/next /vocab/core> .
11261126 </t >
11271127 <t >
11281128 The current IRI for the corresponding meta-schema is:
1129- <eref target =" https://json-schema.org/draft/2020-12 /meta/core" />.
1129+ <eref target =" https://json-schema.org/draft/next /meta/core" />.
11301130 </t >
11311131 <t >
11321132 While the "$" prefix is not formally reserved for the Core vocabulary,
20632063 </t >
20642064 <t >
20652065 The current IRI for this vocabulary, known as the Applicator vocabulary, is:
2066- < https://json-schema.org/draft/2020-12 /vocab/applicator> .
2066+ < https://json-schema.org/draft/next /vocab/applicator> .
20672067 </t >
20682068 <t >
20692069 The current IRI for the corresponding meta-schema is:
2070- <eref target =" https://json-schema.org/draft/2020-12 /meta/applicator" />.
2070+ <eref target =" https://json-schema.org/draft/next /meta/applicator" />.
20712071 </t >
20722072 <t >
20732073 Updated vocabulary and meta-schema IRIs MAY be published between
25092509 <t >
25102510 The current IRI for this vocabulary, known as the Unevaluated Applicator
25112511 vocabulary, is:
2512- < https://json-schema.org/draft/2020-12 /vocab/unevaluated> .
2512+ < https://json-schema.org/draft/next /vocab/unevaluated> .
25132513 </t >
25142514 <t >
25152515 The current URI for the corresponding meta-schema is:
2516- <eref target =" https://json-schema.org/draft/2020-12 /meta/unevaluated" />.
2516+ <eref target =" https://json-schema.org/draft/next /meta/unevaluated" />.
25172517 </t >
25182518 <t >
25192519 Updated vocabulary and meta-schema URIs MAY be published between
@@ -2810,7 +2810,7 @@ https://example.com/schemas/common#/$defs/count/minimum
28102810<![CDATA[
28112811{
28122812 "$id": "https://example.com/polygon",
2813- "$schema": "https://json-schema.org/draft/2020-12 /schema",
2813+ "$schema": "https://json-schema.org/draft/next /schema",
28142814 "$defs": {
28152815 "point": {
28162816 "type": "object",
@@ -3023,15 +3023,15 @@ https://example.com/schemas/common#/$defs/count/minimum
30233023 <t >
30243024 Because this output structure can be quite large, a smaller example is given
30253025 here for brevity. The IRI of the full output structure of the example above is:
3026- <eref target =" https://json-schema.org/draft/2020-12 /output/verbose-example" />.
3026+ <eref target =" https://json-schema.org/draft/next /output/verbose-example" />.
30273027 </t >
30283028 <figure >
30293029 <artwork >
30303030<![CDATA[
30313031// schema
30323032{
30333033 "$id": "https://example.com/polygon",
3034- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3034+ "$schema": "https://json-schema.org/draft/next /schema",
30353035 "type": "object",
30363036 "properties": {
30373037 "validProp": true,
@@ -3085,7 +3085,7 @@ https://example.com/schemas/common#/$defs/count/minimum
30853085 <t >
30863086 For convenience, JSON Schema has been provided to validate output generated
30873087 by implementations. Its IRI is:
3088- <eref target =" https://json-schema.org/draft/2020-12 /output/schema" />.
3088+ <eref target =" https://json-schema.org/draft/next /output/schema" />.
30893089 </t >
30903090 </section >
30913091
@@ -3494,7 +3494,7 @@ https://example.com/schemas/common#/$defs/count/minimum
34943494<![CDATA[
34953495// tree schema, extensible
34963496{
3497- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3497+ "$schema": "https://json-schema.org/draft/next /schema",
34983498 "$id": "https://example.com/tree",
34993499 "$dynamicAnchor": "node",
35003500
@@ -3512,7 +3512,7 @@ https://example.com/schemas/common#/$defs/count/minimum
35123512
35133513// strict-tree schema, guards against misspelled properties
35143514{
3515- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3515+ "$schema": "https://json-schema.org/draft/next /schema",
35163516 "$id": "https://example.com/strict-tree",
35173517 "$dynamicAnchor": "node",
35183518
@@ -3685,19 +3685,19 @@ https://example.com/schemas/common#/$defs/count/minimum
36853685 <artwork >
36863686<![CDATA[
36873687{
3688- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3688+ "$schema": "https://json-schema.org/draft/next /schema",
36893689 "$id": "https://example.com/meta/general-use-example",
36903690 "$dynamicAnchor": "meta",
36913691 "$vocabulary": {
3692- "https://json-schema.org/draft/2020-12 /vocab/core": true,
3693- "https://json-schema.org/draft/2020-12 /vocab/applicator": true,
3694- "https://json-schema.org/draft/2020-12 /vocab/validation": true,
3692+ "https://json-schema.org/draft/next /vocab/core": true,
3693+ "https://json-schema.org/draft/next /vocab/applicator": true,
3694+ "https://json-schema.org/draft/next /vocab/validation": true,
36953695 "https://example.com/vocab/example-vocab": true
36963696 },
36973697 "allOf": [
3698- {"$ref": "https://json-schema.org/draft/2020-12 /meta/core"},
3699- {"$ref": "https://json-schema.org/draft/2020-12 /meta/applicator"},
3700- {"$ref": "https://json-schema.org/draft/2020-12 /meta/validation"},
3698+ {"$ref": "https://json-schema.org/draft/next /meta/core"},
3699+ {"$ref": "https://json-schema.org/draft/next /meta/applicator"},
3700+ {"$ref": "https://json-schema.org/draft/next /meta/validation"},
37013701 {"$ref": "https://example.com/meta/example-vocab",
37023702 ],
37033703 "patternProperties": {
@@ -3720,7 +3720,7 @@ https://example.com/schemas/common#/$defs/count/minimum
37203720 <artwork >
37213721<![CDATA[
37223722{
3723- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3723+ "$schema": "https://json-schema.org/draft/next /schema",
37243724 "$id": "https://example.com/meta/example-vocab",
37253725 "$dynamicAnchor": "meta",
37263726 "$vocabulary": {
0 commit comments