Skip to content

Commit f348888

Browse files
Remove valid test case for additionalItems
Removed a valid test case for additionalItems schema validation.
1 parent da4a568 commit f348888

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/draft2019-09/additionalItems.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -127,23 +127,6 @@
127127
}
128128
]
129129
},
130-
{
131-
"description": "additionalItems does not look in applicators, valid case",
132-
"schema": {
133-
"$schema": "https://json-schema.org/draft/2019-09/schema",
134-
"allOf": [
135-
{ "items": [ { "type": "integer" } ] }
136-
],
137-
"additionalItems": { "type": "boolean" }
138-
},
139-
"tests": [
140-
{
141-
"description": "items defined in allOf are not examined",
142-
"data": [ 1, null ],
143-
"valid": true
144-
}
145-
]
146-
},
147130
{
148131
"description": "additionalItems does not look in applicators, invalid case",
149132
"schema": {

0 commit comments

Comments
 (0)