1122
1122
</t >
1123
1123
<t >
1124
1124
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> .
1126
1126
</t >
1127
1127
<t >
1128
1128
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" />.
1130
1130
</t >
1131
1131
<t >
1132
1132
While the "$" prefix is not formally reserved for the Core vocabulary,
2063
2063
</t >
2064
2064
<t >
2065
2065
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> .
2067
2067
</t >
2068
2068
<t >
2069
2069
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" />.
2071
2071
</t >
2072
2072
<t >
2073
2073
Updated vocabulary and meta-schema IRIs MAY be published between
2509
2509
<t >
2510
2510
The current IRI for this vocabulary, known as the Unevaluated Applicator
2511
2511
vocabulary, is:
2512
- < https://json-schema.org/draft/2020-12 /vocab/unevaluated> .
2512
+ < https://json-schema.org/draft/next /vocab/unevaluated> .
2513
2513
</t >
2514
2514
<t >
2515
2515
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" />.
2517
2517
</t >
2518
2518
<t >
2519
2519
Updated vocabulary and meta-schema URIs MAY be published between
@@ -2810,7 +2810,7 @@ https://example.com/schemas/common#/$defs/count/minimum
2810
2810
<![CDATA[
2811
2811
{
2812
2812
"$id": "https://example.com/polygon",
2813
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
2813
+ "$schema": "https://json-schema.org/draft/next /schema",
2814
2814
"$defs": {
2815
2815
"point": {
2816
2816
"type": "object",
@@ -3023,15 +3023,15 @@ https://example.com/schemas/common#/$defs/count/minimum
3023
3023
<t >
3024
3024
Because this output structure can be quite large, a smaller example is given
3025
3025
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" />.
3027
3027
</t >
3028
3028
<figure >
3029
3029
<artwork >
3030
3030
<![CDATA[
3031
3031
// schema
3032
3032
{
3033
3033
"$id": "https://example.com/polygon",
3034
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3034
+ "$schema": "https://json-schema.org/draft/next /schema",
3035
3035
"type": "object",
3036
3036
"properties": {
3037
3037
"validProp": true,
@@ -3085,7 +3085,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3085
3085
<t >
3086
3086
For convenience, JSON Schema has been provided to validate output generated
3087
3087
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" />.
3089
3089
</t >
3090
3090
</section >
3091
3091
@@ -3494,7 +3494,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3494
3494
<![CDATA[
3495
3495
// tree schema, extensible
3496
3496
{
3497
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3497
+ "$schema": "https://json-schema.org/draft/next /schema",
3498
3498
"$id": "https://example.com/tree",
3499
3499
"$dynamicAnchor": "node",
3500
3500
@@ -3512,7 +3512,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3512
3512
3513
3513
// strict-tree schema, guards against misspelled properties
3514
3514
{
3515
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3515
+ "$schema": "https://json-schema.org/draft/next /schema",
3516
3516
"$id": "https://example.com/strict-tree",
3517
3517
"$dynamicAnchor": "node",
3518
3518
@@ -3685,19 +3685,19 @@ https://example.com/schemas/common#/$defs/count/minimum
3685
3685
<artwork >
3686
3686
<![CDATA[
3687
3687
{
3688
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3688
+ "$schema": "https://json-schema.org/draft/next /schema",
3689
3689
"$id": "https://example.com/meta/general-use-example",
3690
3690
"$dynamicAnchor": "meta",
3691
3691
"$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,
3695
3695
"https://example.com/vocab/example-vocab": true
3696
3696
},
3697
3697
"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"},
3701
3701
{"$ref": "https://example.com/meta/example-vocab",
3702
3702
],
3703
3703
"patternProperties": {
@@ -3720,7 +3720,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3720
3720
<artwork >
3721
3721
<![CDATA[
3722
3722
{
3723
- "$schema": "https://json-schema.org/draft/2020-12 /schema",
3723
+ "$schema": "https://json-schema.org/draft/next /schema",
3724
3724
"$id": "https://example.com/meta/example-vocab",
3725
3725
"$dynamicAnchor": "meta",
3726
3726
"$vocabulary": {
0 commit comments