Skip to content

Commit 4f9bffe

Browse files
committed
Remove $vocabulary from vocab schemas
1 parent 2f92d9f commit 4f9bffe

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

draft-2019-09/meta/applicator.js

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

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

draft-2019-09/meta/content.js

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

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

draft-2019-09/meta/core.js

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

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

draft-2019-09/meta/format.js

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

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

draft-2019-09/meta/meta-data.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
export default {
22
"$id": "https://json-schema.org/draft/2019-09/meta/meta-data",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
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",

draft-2019-09/meta/validation.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
export default {
22
"$id": "https://json-schema.org/draft/2019-09/meta/validation",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
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)