Skip to content

Commit da4a568

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

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/draft7/additionalItems.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,6 @@
117117
}
118118
]
119119
},
120-
{
121-
"description": "additionalItems does not look in applicators, valid case",
122-
"schema": {
123-
"allOf": [
124-
{ "items": [ { "type": "integer" } ] }
125-
],
126-
"additionalItems": { "type": "boolean" }
127-
},
128-
"tests": [
129-
{
130-
"description": "items defined in allOf are not examined",
131-
"data": [ 1, null ],
132-
"valid": true
133-
}
134-
]
135-
},
136120
{
137121
"description": "additionalItems does not look in applicators, invalid case",
138122
"schema": {

0 commit comments

Comments
 (0)