Skip to content

Commit d6e8c7a

Browse files
committed
remove $vocabulary from vocab meta-schemas (2020-12)
1 parent 769daad commit d6e8c7a

9 files changed

+0
-27
lines changed

Diff for: meta/applicator.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/applicator",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/applicator": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Applicator vocabulary meta-schema",

Diff for: meta/content.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/content",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/content": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Content vocabulary meta-schema",

Diff for: meta/core.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/core",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/core": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Core vocabulary meta-schema",

Diff for: meta/format-annotation.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Format vocabulary meta-schema for annotation results",

Diff for: meta/format-assertion.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/format-assertion",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/format-assertion": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Format vocabulary meta-schema for assertion results",

Diff for: meta/hyper-schema.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/hyper-schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/hyper-schema",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "JSON Hyper-Schema Vocabulary Schema",

Diff for: meta/meta-data.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/meta-data",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/meta-data": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Meta-data vocabulary meta-schema",

Diff for: meta/unevaluated.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/unevaluated",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/unevaluated": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Unevaluated applicator vocabulary meta-schema",

Diff for: meta/validation.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://json-schema.org/draft/2020-12/meta/validation",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2020-12/vocab/validation": true
6-
},
74
"$dynamicAnchor": "meta",
85

96
"title": "Validation vocabulary meta-schema",

0 commit comments

Comments
 (0)