diff --git a/jsonschema-core.xml b/jsonschema-core.xml
index 7179716f..b7f02bb1 100644
--- a/jsonschema-core.xml
+++ b/jsonschema-core.xml
@@ -1122,11 +1122,11 @@
The current IRI for the Core vocabulary is:
- <https://json-schema.org/draft/2020-12/vocab/core>.
+ <https://json-schema.org/draft/next/vocab/core>.
The current IRI for the corresponding meta-schema is:
- .
+ .
While the "$" prefix is not formally reserved for the Core vocabulary,
@@ -2063,11 +2063,11 @@
The current IRI for this vocabulary, known as the Applicator vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/applicator>.
+ <https://json-schema.org/draft/next/vocab/applicator>.
The current IRI for the corresponding meta-schema is:
- .
+ .
Updated vocabulary and meta-schema IRIs MAY be published between
@@ -2509,11 +2509,11 @@
The current IRI for this vocabulary, known as the Unevaluated Applicator
vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/unevaluated>.
+ <https://json-schema.org/draft/next/vocab/unevaluated>.
The current URI for the corresponding meta-schema is:
- .
+ .
Updated vocabulary and meta-schema URIs MAY be published between
@@ -2810,7 +2810,7 @@ https://example.com/schemas/common#/$defs/count/minimum
Because this output structure can be quite large, a smaller example is given
here for brevity. The IRI of the full output structure of the example above is:
- .
+ .
@@ -3031,7 +3031,7 @@ https://example.com/schemas/common#/$defs/count/minimum
// schema
{
"$id": "https://example.com/polygon",
- "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$schema": "https://json-schema.org/draft/next/schema",
"type": "object",
"properties": {
"validProp": true,
@@ -3085,7 +3085,7 @@ https://example.com/schemas/common#/$defs/count/minimum
For convenience, JSON Schema has been provided to validate output generated
by implementations. Its IRI is:
- .
+ .
@@ -3494,7 +3494,7 @@ https://example.com/schemas/common#/$defs/count/minimum
The current URI for the default JSON Schema dialect meta-schema is
- .
+ .
For schema author convenience, this meta-schema describes a dialect
consisting of all vocabularies
defined in this specification and the JSON Schema Core specification,
@@ -206,11 +206,11 @@
The current URI for this vocabulary, known as the Validation vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/validation>.
+ <https://json-schema.org/draft/next/vocab/validation>.
The current URI for the corresponding meta-schema is:
- .
+ .
@@ -546,18 +546,18 @@
The current URI for this vocabulary, known as the Format-Annotation vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/format-annotation>. The current
+ <https://json-schema.org/draft/next/vocab/format-annotation>. The current
URI for the corresponding meta-schema is:
- .
+ .
Implementing support for this vocabulary is REQUIRED.
In addition to the Format-Annotation vocabulary, a secondary vocabulary is available
for custom meta-schemas that defines "format" as an assertion. The URI for the
Format-Assertion vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/format-assertion>. The current
+ <https://json-schema.org/draft/next/vocab/format-assertion>. The current
URI for the corresponding meta-schema is:
- .
+ .
Implementing support for the Format-Assertion vocabulary is OPTIONAL.
@@ -918,11 +918,11 @@
The current URI for this vocabulary, known as the Content vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/content>.
+ <https://json-schema.org/draft/next/vocab/content>.
The current URI for the corresponding meta-schema is:
- .
+ .
@@ -1118,11 +1118,11 @@
The current URI for this vocabulary, known as the Meta-Data vocabulary, is:
- <https://json-schema.org/draft/2020-12/vocab/meta-data>.
+ <https://json-schema.org/draft/next/vocab/meta-data>.
The current URI for the corresponding meta-schema is:
- .
+ .
diff --git a/meta/applicator.json b/meta/applicator.json
index ca699230..948f4193 100644
--- a/meta/applicator.json
+++ b/meta/applicator.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/applicator",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/applicator",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/applicator": true
+ "https://json-schema.org/draft/next/vocab/applicator": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/content.json b/meta/content.json
index 2f6e056a..2c29ee50 100644
--- a/meta/content.json
+++ b/meta/content.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/content",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/content",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/content": true
+ "https://json-schema.org/draft/next/vocab/content": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/core.json b/meta/core.json
index 8617b7a8..087ebd37 100644
--- a/meta/core.json
+++ b/meta/core.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/core",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/core",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/core": true
+ "https://json-schema.org/draft/next/vocab/core": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/format-annotation.json b/meta/format-annotation.json
index 51ef7ea1..562f78f8 100644
--- a/meta/format-annotation.json
+++ b/meta/format-annotation.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/format-annotation",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/format-annotation": true
+ "https://json-schema.org/draft/next/vocab/format-annotation": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/format-assertion.json b/meta/format-assertion.json
index 5e73fd75..d60ead96 100644
--- a/meta/format-assertion.json
+++ b/meta/format-assertion.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/format-assertion",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/format-assertion",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/format-assertion": true
+ "https://json-schema.org/draft/next/vocab/format-assertion": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/meta-data.json b/meta/meta-data.json
index 05cbc22a..345a6916 100644
--- a/meta/meta-data.json
+++ b/meta/meta-data.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/meta-data",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/meta-data",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/meta-data": true
+ "https://json-schema.org/draft/next/vocab/meta-data": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/unevaluated.json b/meta/unevaluated.json
index 5f62a3ff..58b411dd 100644
--- a/meta/unevaluated.json
+++ b/meta/unevaluated.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/unevaluated",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/unevaluated",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/unevaluated": true
+ "https://json-schema.org/draft/next/vocab/unevaluated": true
},
"$dynamicAnchor": "meta",
diff --git a/meta/validation.json b/meta/validation.json
index 606b87ba..69d52e95 100644
--- a/meta/validation.json
+++ b/meta/validation.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/meta/validation",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/meta/validation",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/validation": true
+ "https://json-schema.org/draft/next/vocab/validation": true
},
"$dynamicAnchor": "meta",
diff --git a/output/schema.json b/output/schema.json
index 1eef288a..72551fc6 100644
--- a/output/schema.json
+++ b/output/schema.json
@@ -1,6 +1,6 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/output/schema",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/output/schema",
"description": "A schema that validates the minimum requirements for validation output",
"anyOf": [
diff --git a/schema.json b/schema.json
index d5e2d31c..e7f5a2c7 100644
--- a/schema.json
+++ b/schema.json
@@ -1,14 +1,14 @@
{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "https://json-schema.org/draft/2020-12/schema",
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "$id": "https://json-schema.org/draft/next/schema",
"$vocabulary": {
- "https://json-schema.org/draft/2020-12/vocab/core": true,
- "https://json-schema.org/draft/2020-12/vocab/applicator": true,
- "https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
- "https://json-schema.org/draft/2020-12/vocab/validation": true,
- "https://json-schema.org/draft/2020-12/vocab/meta-data": true,
- "https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
- "https://json-schema.org/draft/2020-12/vocab/content": true
+ "https://json-schema.org/draft/next/vocab/core": true,
+ "https://json-schema.org/draft/next/vocab/applicator": true,
+ "https://json-schema.org/draft/next/vocab/unevaluated": true,
+ "https://json-schema.org/draft/next/vocab/validation": true,
+ "https://json-schema.org/draft/next/vocab/meta-data": true,
+ "https://json-schema.org/draft/next/vocab/format-annotation": true,
+ "https://json-schema.org/draft/next/vocab/content": true
},
"$dynamicAnchor": "meta",