Skip to content

Commit aaedf92

Browse files
authored
Merge pull request #1461 from json-schema-org/gregsdennis/remove-$vocabulary-from-vocabs-2019-09
remove `$vocabulary` from vocab meta-schemas (2019-09)
2 parents 41014ea + 81e6abb commit aaedf92

7 files changed

+0
-21
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/2019-09/schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/applicator",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/applicator": true
6-
},
74
"$recursiveAnchor": true,
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/2019-09/schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/content",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/content": true
6-
},
74
"$recursiveAnchor": true,
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/2019-09/schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/core",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/core": true
6-
},
74
"$recursiveAnchor": true,
85

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

Diff for: meta/format.json

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

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

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/2019-09/hyper-schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/hyper-schema",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
6-
},
74
"$recursiveAnchor": true,
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/2019-09/schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/meta-data",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/meta-data": true
6-
},
74
"$recursiveAnchor": true,
85

96
"title": "Meta-data 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/2019-09/schema",
33
"$id": "https://json-schema.org/draft/2019-09/meta/validation",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-09/vocab/validation": true
6-
},
74
"$recursiveAnchor": true,
85

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

0 commit comments

Comments
 (0)