1115
1115
</t >
1116
1116
<t >
1117
1117
The current URI for the Core vocabulary is:
1118
- < https://json-schema.org/draft/2019-09 /vocab/core> .
1118
+ < https://json-schema.org/draft/2020-11 /vocab/core> .
1119
1119
</t >
1120
1120
<t >
1121
1121
The current URI for the corresponding meta-schema is:
1122
- <eref target =" https://json-schema.org/draft/2019-09 /meta/core" />.
1122
+ <eref target =" https://json-schema.org/draft/2020-11 /meta/core" />.
1123
1123
</t >
1124
1124
<t >
1125
1125
While the "$" prefix is not formally reserved for the Core vocabulary,
2160
2160
</t >
2161
2161
<t >
2162
2162
The current URI for this vocabulary, known as the Applicator vocabulary, is:
2163
- < https://json-schema.org/draft/2019-09 /vocab/applicator> .
2163
+ < https://json-schema.org/draft/2020-11 /vocab/applicator> .
2164
2164
</t >
2165
2165
<t >
2166
2166
The current URI for the corresponding meta-schema is:
2167
- <eref target =" https://json-schema.org/draft/2019-09 /meta/applicator" />.
2167
+ <eref target =" https://json-schema.org/draft/2020-11 /meta/applicator" />.
2168
2168
</t >
2169
2169
<t >
2170
2170
Updated vocabulary and meta-schema URIs MAY be published between
2589
2589
<t >
2590
2590
The current URI for this vocabulary, known as the Unevaluated Applicator
2591
2591
vocabulary, is:
2592
- < https://json-schema.org/draft/2019-09 /vocab/unevaluated> .
2592
+ < https://json-schema.org/draft/2020-11 /vocab/unevaluated> .
2593
2593
</t >
2594
2594
<t >
2595
2595
The current URI for the corresponding meta-schema is:
2596
- <eref target =" https://json-schema.org/draft/2019-09 /meta/unevaluated" />.
2596
+ <eref target =" https://json-schema.org/draft/2020-11 /meta/unevaluated" />.
2597
2597
</t >
2598
2598
<t >
2599
2599
Updated vocabulary and meta-schema URIs MAY be published between
@@ -2873,7 +2873,7 @@ https://example.com/schemas/common#/$defs/count/minimum
2873
2873
<![CDATA[
2874
2874
{
2875
2875
"$id": "https://example.com/polygon",
2876
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
2876
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
2877
2877
"$defs": {
2878
2878
"point": {
2879
2879
"type": "object",
@@ -3086,15 +3086,15 @@ https://example.com/schemas/common#/$defs/count/minimum
3086
3086
<t >
3087
3087
Because this output structure can be quite large, a smaller example is given
3088
3088
here for brevity. The URI of the full output structure of the example above is:
3089
- <eref target =" https://json-schema.org/draft/2019-09 /output/verbose-example" />.
3089
+ <eref target =" https://json-schema.org/draft/2020-11 /output/verbose-example" />.
3090
3090
</t >
3091
3091
<figure >
3092
3092
<artwork >
3093
3093
<![CDATA[
3094
3094
// schema
3095
3095
{
3096
3096
"$id": "https://example.com/polygon",
3097
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
3097
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
3098
3098
"type": "object",
3099
3099
"properties": {
3100
3100
"validProp": true,
@@ -3148,7 +3148,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3148
3148
<t >
3149
3149
For convenience, JSON Schema has been provided to validate output generated
3150
3150
by implementations. Its URI is:
3151
- <eref target =" https://json-schema.org/draft/2019-09 /output/schema" />.
3151
+ <eref target =" https://json-schema.org/draft/2020-11 /output/schema" />.
3152
3152
</t >
3153
3153
</section >
3154
3154
@@ -3556,7 +3556,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3556
3556
<![CDATA[
3557
3557
// tree schema, extensible
3558
3558
{
3559
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
3559
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
3560
3560
"$id": "https://example.com/tree",
3561
3561
"$dynamicAnchor": "node",
3562
3562
@@ -3574,7 +3574,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3574
3574
3575
3575
// strict-tree schema, guards against misspelled properties
3576
3576
{
3577
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
3577
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
3578
3578
"$id": "https://example.com/strict-tree",
3579
3579
"$dynamicAnchor": node,
3580
3580
@@ -3747,19 +3747,19 @@ https://example.com/schemas/common#/$defs/count/minimum
3747
3747
<artwork >
3748
3748
<![CDATA[
3749
3749
{
3750
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
3750
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
3751
3751
"$id": "https://example.com/meta/general-use-example",
3752
3752
"$dynamicAnchor": "meta",
3753
3753
"$vocabulary": {
3754
- "https://json-schema.org/draft/2019-09 /vocab/core": true,
3755
- "https://json-schema.org/draft/2019-09 /vocab/applicator": true,
3756
- "https://json-schema.org/draft/2019-09 /vocab/validation": true,
3754
+ "https://json-schema.org/draft/2020-11 /vocab/core": true,
3755
+ "https://json-schema.org/draft/2020-11 /vocab/applicator": true,
3756
+ "https://json-schema.org/draft/2020-11 /vocab/validation": true,
3757
3757
"https://example.com/vocab/example-vocab": true
3758
3758
},
3759
3759
"allOf": [
3760
- {"$ref": "https://json-schema.org/draft/2019-09 /meta/core"},
3761
- {"$ref": "https://json-schema.org/draft/2019-09 /meta/applicator"},
3762
- {"$ref": "https://json-schema.org/draft/2019-09 /meta/validation"},
3760
+ {"$ref": "https://json-schema.org/draft/2020-11 /meta/core"},
3761
+ {"$ref": "https://json-schema.org/draft/2020-11 /meta/applicator"},
3762
+ {"$ref": "https://json-schema.org/draft/2020-11 /meta/validation"},
3763
3763
{"$ref": "https://example.com/meta/example-vocab",
3764
3764
],
3765
3765
"patternProperties": {
@@ -3782,7 +3782,7 @@ https://example.com/schemas/common#/$defs/count/minimum
3782
3782
<artwork >
3783
3783
<![CDATA[
3784
3784
{
3785
- "$schema": "https://json-schema.org/draft/2019-09 /schema",
3785
+ "$schema": "https://json-schema.org/draft/2020-11 /schema",
3786
3786
"$id": "https://example.com/meta/example-vocab",
3787
3787
"$dynamicAnchor": "meta",
3788
3788
"$vocabulary": {
0 commit comments