Skip to content

Commit

Permalink
Remove $vocabulary from vocab schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Mar 7, 2024
1 parent 19ea371 commit ee0453e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions draft-2019-09/meta/applicator.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/applicator",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/applicator": true
},
"$recursiveAnchor": true,

"title": "Applicator vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions draft-2019-09/meta/content.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/content",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,

"title": "Content vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions draft-2019-09/meta/core.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/core",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true
},
"$recursiveAnchor": true,

"title": "Core vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions draft-2019-09/meta/format.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/format",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/format": true
},
"$recursiveAnchor": true,

"title": "Format vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions draft-2019-09/meta/meta-data.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/meta-data",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/meta-data": true
},
"$recursiveAnchor": true,

"title": "Meta-data vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions draft-2019-09/meta/validation.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
"$id": "https://json-schema.org/draft/2019-09/meta/validation",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/validation": true
},
"$recursiveAnchor": true,

"title": "Validation vocabulary meta-schema",
Expand Down

0 comments on commit ee0453e

Please sign in to comment.