diff --git a/hyper-schema.json b/hyper-schema.json
index 28f9ad4f..8d5ce2cb 100644
--- a/hyper-schema.json
+++ b/hyper-schema.json
@@ -2,13 +2,13 @@
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"$id": "https://json-schema.org/draft/2019-09/hyper-schema",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/core": true,
- "https://json-schema.org/draft/2019-09/vocab/applicator": true,
- "https://json-schema.org/draft/2019-09/vocab/validation": true,
- "https://json-schema.org/draft/2019-09/vocab/meta-data": true,
- "https://json-schema.org/draft/2019-09/vocab/format": false,
- "https://json-schema.org/draft/2019-09/vocab/content": true,
- "https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/format": false,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/content": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema": true
},
"$recursiveAnchor": true,
diff --git a/jsonschema-core.xml b/jsonschema-core.xml
index 3f99e8e8..f3eeb1af 100644
--- a/jsonschema-core.xml
+++ b/jsonschema-core.xml
@@ -1099,7 +1099,7 @@
The current URI for the Core vocabulary is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/core>.
The current URI for the corresponding meta-schema is:
@@ -1918,7 +1918,7 @@
The current URI for this vocabulary, known as the Applicator vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/applicator>.
The current URI for the corresponding meta-schema is:
@@ -3581,9 +3581,9 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
"$id": "https://example.com/meta/general-use-example",
"$recursiveAnchor": true,
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/core": true,
- "https://json-schema.org/draft/2019-09/vocab/applicator": true,
- "https://json-schema.org/draft/2019-09/vocab/validation": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
"https://example.com/vocab/example-vocab": true
},
"allOf": [
diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml
index 29ac22a5..31afd7a3 100644
--- a/jsonschema-hyperschema.xml
+++ b/jsonschema-hyperschema.xml
@@ -286,7 +286,7 @@
The current URI for this vocabulary, known as the Hyper-Schema vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema>.
The current URI for the corresponding meta-schema, which differs from the
diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index 7827c31c..ea9379eb 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -206,7 +206,7 @@
The current URI for this vocabulary, known as the Validation vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/validation>.
The current URI for the corresponding meta-schema is:
@@ -548,7 +548,7 @@
The current URI for this vocabulary, known as the Format vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/format>.
The current URI for the corresponding meta-schema is:
@@ -926,7 +926,7 @@
The current URI for this vocabulary, known as the Content vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/content>.
The current URI for the corresponding meta-schema is:
@@ -1123,7 +1123,7 @@
The current URI for this vocabulary, known as the Meta-Data vocabulary, is:
- .
+ <tag:json-schema.org,2019:draft/2019-09/vocab/meta-data>.
The current URI for the corresponding meta-schema is:
diff --git a/meta/applicator.json b/meta/applicator.json
index b17d35c5..ea9e04b5 100644
--- a/meta/applicator.json
+++ b/meta/applicator.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/applicator",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/applicator": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true
},
"$recursiveAnchor": true,
diff --git a/meta/content.json b/meta/content.json
index f6752a8e..359f2471 100644
--- a/meta/content.json
+++ b/meta/content.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/content",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/content": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,
diff --git a/meta/core.json b/meta/core.json
index b28fc990..bb1b5988 100644
--- a/meta/core.json
+++ b/meta/core.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/core",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/core": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/core": true
},
"$recursiveAnchor": true,
diff --git a/meta/format.json b/meta/format.json
index 09bbfdda..c0b5c31f 100644
--- a/meta/format.json
+++ b/meta/format.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/format",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/format": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/format": true
},
"$recursiveAnchor": true,
diff --git a/meta/hyper-schema.json b/meta/hyper-schema.json
index 3d230589..661dc109 100644
--- a/meta/hyper-schema.json
+++ b/meta/hyper-schema.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"$id": "https://json-schema.org/draft/2019-09/meta/hyper-schema",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema": true
},
"$recursiveAnchor": true,
diff --git a/meta/meta-data.json b/meta/meta-data.json
index da04cff6..fc3d0cc3 100644
--- a/meta/meta-data.json
+++ b/meta/meta-data.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/meta-data",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/meta-data": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true
},
"$recursiveAnchor": true,
diff --git a/meta/validation.json b/meta/validation.json
index 9f59677b..79badb8a 100644
--- a/meta/validation.json
+++ b/meta/validation.json
@@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/validation",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/validation": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/validation": true
},
"$recursiveAnchor": true,
diff --git a/schema.json b/schema.json
index 2248a0c8..227f7ca1 100644
--- a/schema.json
+++ b/schema.json
@@ -2,12 +2,12 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/core": true,
- "https://json-schema.org/draft/2019-09/vocab/applicator": true,
- "https://json-schema.org/draft/2019-09/vocab/validation": true,
- "https://json-schema.org/draft/2019-09/vocab/meta-data": true,
- "https://json-schema.org/draft/2019-09/vocab/format": false,
- "https://json-schema.org/draft/2019-09/vocab/content": true
+ "tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/format": false,
+ "tag:json-schema.org,2019:draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,