Skip to content

Commit cf80c15

Browse files
committed
Update all references to 2019-09 to 2020-11
1 parent e53d7cc commit cf80c15

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

jsonschema-core.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,11 @@
11151115
</t>
11161116
<t>
11171117
The current URI for the Core vocabulary is:
1118-
&lt;https://json-schema.org/draft/2019-09/vocab/core&gt;.
1118+
&lt;https://json-schema.org/draft/2020-11/vocab/core&gt;.
11191119
</t>
11201120
<t>
11211121
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"/>.
11231123
</t>
11241124
<t>
11251125
While the "$" prefix is not formally reserved for the Core vocabulary,
@@ -2160,11 +2160,11 @@
21602160
</t>
21612161
<t>
21622162
The current URI for this vocabulary, known as the Applicator vocabulary, is:
2163-
&lt;https://json-schema.org/draft/2019-09/vocab/applicator&gt;.
2163+
&lt;https://json-schema.org/draft/2020-11/vocab/applicator&gt;.
21642164
</t>
21652165
<t>
21662166
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"/>.
21682168
</t>
21692169
<t>
21702170
Updated vocabulary and meta-schema URIs MAY be published between
@@ -2589,11 +2589,11 @@
25892589
<t>
25902590
The current URI for this vocabulary, known as the Unevaluated Applicator
25912591
vocabulary, is:
2592-
&lt;https://json-schema.org/draft/2019-09/vocab/unevaluated&gt;.
2592+
&lt;https://json-schema.org/draft/2020-11/vocab/unevaluated&gt;.
25932593
</t>
25942594
<t>
25952595
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"/>.
25972597
</t>
25982598
<t>
25992599
Updated vocabulary and meta-schema URIs MAY be published between
@@ -2873,7 +2873,7 @@ https://example.com/schemas/common#/$defs/count/minimum
28732873
<![CDATA[
28742874
{
28752875
"$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",
28772877
"$defs": {
28782878
"point": {
28792879
"type": "object",
@@ -3086,15 +3086,15 @@ https://example.com/schemas/common#/$defs/count/minimum
30863086
<t>
30873087
Because this output structure can be quite large, a smaller example is given
30883088
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"/>.
30903090
</t>
30913091
<figure>
30923092
<artwork>
30933093
<![CDATA[
30943094
// schema
30953095
{
30963096
"$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",
30983098
"type": "object",
30993099
"properties": {
31003100
"validProp": true,
@@ -3148,7 +3148,7 @@ https://example.com/schemas/common#/$defs/count/minimum
31483148
<t>
31493149
For convenience, JSON Schema has been provided to validate output generated
31503150
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"/>.
31523152
</t>
31533153
</section>
31543154

@@ -3556,7 +3556,7 @@ https://example.com/schemas/common#/$defs/count/minimum
35563556
<![CDATA[
35573557
// tree schema, extensible
35583558
{
3559-
"$schema": "https://json-schema.org/draft/2019-09/schema",
3559+
"$schema": "https://json-schema.org/draft/2020-11/schema",
35603560
"$id": "https://example.com/tree",
35613561
"$dynamicAnchor": "node",
35623562
@@ -3574,7 +3574,7 @@ https://example.com/schemas/common#/$defs/count/minimum
35743574
35753575
// strict-tree schema, guards against misspelled properties
35763576
{
3577-
"$schema": "https://json-schema.org/draft/2019-09/schema",
3577+
"$schema": "https://json-schema.org/draft/2020-11/schema",
35783578
"$id": "https://example.com/strict-tree",
35793579
"$dynamicAnchor": node,
35803580
@@ -3747,19 +3747,19 @@ https://example.com/schemas/common#/$defs/count/minimum
37473747
<artwork>
37483748
<![CDATA[
37493749
{
3750-
"$schema": "https://json-schema.org/draft/2019-09/schema",
3750+
"$schema": "https://json-schema.org/draft/2020-11/schema",
37513751
"$id": "https://example.com/meta/general-use-example",
37523752
"$dynamicAnchor": "meta",
37533753
"$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,
37573757
"https://example.com/vocab/example-vocab": true
37583758
},
37593759
"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"},
37633763
{"$ref": "https://example.com/meta/example-vocab",
37643764
],
37653765
"patternProperties": {
@@ -3782,7 +3782,7 @@ https://example.com/schemas/common#/$defs/count/minimum
37823782
<artwork>
37833783
<![CDATA[
37843784
{
3785-
"$schema": "https://json-schema.org/draft/2019-09/schema",
3785+
"$schema": "https://json-schema.org/draft/2020-11/schema",
37863786
"$id": "https://example.com/meta/example-vocab",
37873787
"$dynamicAnchor": "meta",
37883788
"$vocabulary": {

jsonschema-validation.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<section title="Meta-Schema" anchor="meta-schema">
178178
<t>
179179
The current URI for the default JSON Schema dialect meta-schema is
180-
<eref target="https://json-schema.org/draft/2019-09/schema"/>.
180+
<eref target="https://json-schema.org/draft/2020-11/schema"/>.
181181
For schema author convenience, this meta-schema describes a dialect
182182
consisting of all vocabularies
183183
defined in this specification and the JSON Schema Core specification,
@@ -206,11 +206,11 @@
206206
</t>
207207
<t>
208208
The current URI for this vocabulary, known as the Validation vocabulary, is:
209-
&lt;https://json-schema.org/draft/2019-09/vocab/validation&gt;.
209+
&lt;https://json-schema.org/draft/2020-11/vocab/validation&gt;.
210210
</t>
211211
<t>
212212
The current URI for the corresponding meta-schema is:
213-
<eref target="https://json-schema.org/draft/2019-09/meta/validation"/>.
213+
<eref target="https://json-schema.org/draft/2020-11/meta/validation"/>.
214214
</t>
215215

216216
<section title="Validation Keywords for Any Instance Type" anchor="general">
@@ -548,11 +548,11 @@
548548
</t>
549549
<t>
550550
The current URI for this vocabulary, known as the Format vocabulary, is:
551-
&lt;https://json-schema.org/draft/2019-09/vocab/format&gt;.
551+
&lt;https://json-schema.org/draft/2020-11/vocab/format&gt;.
552552
</t>
553553
<t>
554554
The current URI for the corresponding meta-schema is:
555-
<eref target="https://json-schema.org/draft/2019-09/meta/format"/>.
555+
<eref target="https://json-schema.org/draft/2020-11/meta/format"/>.
556556
</t>
557557

558558
</section>
@@ -928,11 +928,11 @@
928928
</t>
929929
<t>
930930
The current URI for this vocabulary, known as the Content vocabulary, is:
931-
&lt;https://json-schema.org/draft/2019-09/vocab/content&gt;.
931+
&lt;https://json-schema.org/draft/2020-11/vocab/content&gt;.
932932
</t>
933933
<t>
934934
The current URI for the corresponding meta-schema is:
935-
<eref target="https://json-schema.org/draft/2019-09/meta/content"/>.
935+
<eref target="https://json-schema.org/draft/2020-11/meta/content"/>.
936936
</t>
937937
</section>
938938

@@ -1128,11 +1128,11 @@
11281128
</t>
11291129
<t>
11301130
The current URI for this vocabulary, known as the Meta-Data vocabulary, is:
1131-
&lt;https://json-schema.org/draft/2019-09/vocab/meta-data&gt;.
1131+
&lt;https://json-schema.org/draft/2020-11/vocab/meta-data&gt;.
11321132
</t>
11331133
<t>
11341134
The current URI for the corresponding meta-schema is:
1135-
<eref target="https://json-schema.org/draft/2019-09/meta/meta-data"/>.
1135+
<eref target="https://json-schema.org/draft/2020-11/meta/meta-data"/>.
11361136
</t>
11371137

11381138
<section title='"title" and "description"'>

0 commit comments

Comments
 (0)