11151115 </t >
11161116 <t >
11171117 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> .
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,
21602160 </t >
21612161 <t >
21622162 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> .
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
25892589 <t >
25902590 The current URI for this vocabulary, known as the Unevaluated Applicator
25912591 vocabulary, is:
2592- < https://json-schema.org/draft/2019-09 /vocab/unevaluated> .
2592+ < https://json-schema.org/draft/2020-11 /vocab/unevaluated> .
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": {
0 commit comments