Skip to content

Commit 3c36ca9

Browse files
committed
Cleanup duplicate assertions in meta-schemas
1 parent 96072ea commit 3c36ca9

File tree

16 files changed

+1
-15
lines changed

16 files changed

+1
-15
lines changed

draft-2019-09/meta/content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55

66
"title": "Content vocabulary meta-schema",
77

8-
"type": ["object", "boolean"],
98
"properties": {
109
"contentMediaType": { "type": "string" },
1110
"contentEncoding": { "type": "string" },

draft-2019-09/meta/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$recursiveAnchor": true,
55

66
"title": "Core vocabulary meta-schema",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"$id": {
109
"type": "string",

draft-2019-09/meta/format.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$recursiveAnchor": true,
55

66
"title": "Format vocabulary meta-schema",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"format": { "type": "string" }
109
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55

66
"title": "Meta-data vocabulary meta-schema",
77

8-
"type": ["object", "boolean"],
98
"properties": {
109
"title": {
1110
"type": "string"

draft-2019-09/meta/validation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$recursiveAnchor": true,
55

66
"title": "Validation vocabulary meta-schema",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"multipleOf": {
109
"type": "number",

draft-2020-12/meta/applicator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$dynamicAnchor": "meta",
55

66
"title": "Applicator vocabulary meta-schema",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"prefixItems": { "$ref": "#/$defs/schemaArray" },
109
"items": { "$dynamicRef": "#meta" },

draft-2020-12/meta/content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55

66
"title": "Content vocabulary meta-schema",
77

8-
"type": ["object", "boolean"],
98
"properties": {
109
"contentMediaType": { "type": "string" },
1110
"contentEncoding": { "type": "string" },

draft-2020-12/meta/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$dynamicAnchor": "meta",
55

66
"title": "Core vocabulary meta-schema",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"$id": {
109
"type": "string",

draft-2020-12/meta/format-annotation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$dynamicAnchor": "meta",
55

66
"title": "Format vocabulary meta-schema for annotation results",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"format": { "type": "string" }
109
}

draft-2020-12/meta/format-assertion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"$dynamicAnchor": "meta",
55

66
"title": "Format vocabulary meta-schema for assertion results",
7-
"type": ["object", "boolean"],
87
"properties": {
98
"format": { "type": "string" }
109
}

0 commit comments

Comments
 (0)