Skip to content

Commit 822a7a6

Browse files
authored
Merge pull request #1460 from json-schema-org/gregsdennis/remove-$vocabulary-from-vocabs
remove `$vocabulary` from vocab meta-schemas
2 parents 0d88b62 + 5a16400 commit 822a7a6

8 files changed

+0
-24
lines changed

meta/applicator.json

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

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

meta/content.json

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

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

meta/core.json

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

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

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/next/schema",
33
"$id": "https://json-schema.org/draft/next/meta/format-annotation",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/next/vocab/format-annotation": true
6-
},
74
"$dynamicAnchor": "meta",
85

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

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/next/schema",
33
"$id": "https://json-schema.org/draft/next/meta/format-assertion",
4-
"$vocabulary": {
5-
"https://json-schema.org/draft/next/vocab/format-assertion": true
6-
},
74
"$dynamicAnchor": "meta",
85

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

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

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

meta/unevaluated.json

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

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

meta/validation.json

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

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

0 commit comments

Comments
 (0)