Skip to content

Commit

Permalink
remove $vocabulary from vocab meta-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Nov 1, 2023
1 parent 0d88b62 commit 5a16400
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions meta/applicator.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "https://json-schema.org/draft/next/meta/applicator",
"$vocabulary": {
"https://json-schema.org/draft/next/vocab/applicator": true
},
"$dynamicAnchor": "meta",

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

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

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

"title": "Format vocabulary meta-schema for annotation results",
Expand Down
3 changes: 0 additions & 3 deletions meta/format-assertion.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "https://json-schema.org/draft/next/meta/format-assertion",
"$vocabulary": {
"https://json-schema.org/draft/next/vocab/format-assertion": true
},
"$dynamicAnchor": "meta",

"title": "Format vocabulary meta-schema for assertion results",
Expand Down
3 changes: 0 additions & 3 deletions meta/meta-data.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "https://json-schema.org/draft/next/meta/meta-data",
"$vocabulary": {
"https://json-schema.org/draft/next/vocab/meta-data": true
},
"$dynamicAnchor": "meta",

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

"title": "Unevaluated applicator vocabulary meta-schema",
Expand Down
3 changes: 0 additions & 3 deletions meta/validation.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "https://json-schema.org/draft/next/meta/validation",
"$vocabulary": {
"https://json-schema.org/draft/next/vocab/validation": true
},
"$dynamicAnchor": "meta",

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

0 comments on commit 5a16400

Please sign in to comment.