File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 214
214
]
215
215
},
216
216
{
217
- "description" : " items should not look in applicators, valid case" ,
217
+ "description" : " items does not look in applicators, valid case" ,
218
218
"schema" : {
219
219
"allOf" : [
220
220
{ "prefixItems" : [ { "minimum" : 3 } ] }
223
223
},
224
224
"tests" : [
225
225
{
226
- "description" : " prefixItems in allOf should not constrain items, invalid case" ,
226
+ "description" : " prefixItems in allOf does not constrain items, invalid case" ,
227
227
"data" : [ 3 , 5 ],
228
228
"valid" : false
229
229
},
230
230
{
231
- "description" : " prefixItems in allOf should not constrain items, valid case" ,
231
+ "description" : " prefixItems in allOf does not constrain items, valid case" ,
232
232
"data" : [ 5 , 5 ],
233
233
"valid" : true
234
234
}
254
254
]
255
255
},
256
256
{
257
- "description" : " items should properly handle null data " ,
257
+ "description" : " items with null" ,
258
258
"schema" : {
259
259
"items" : {
260
260
"type" : " null"
261
261
}
262
262
},
263
263
"tests" : [
264
264
{
265
- "description" : " null items allowed " ,
265
+ "description" : " allows null elements " ,
266
266
"data" : [ null ],
267
267
"valid" : true
268
268
}
Original file line number Diff line number Diff line change 79
79
]
80
80
},
81
81
{
82
- "description" : " prefixItems should properly handle null data" ,
82
+ "description" : " prefixItems properly handles null data" ,
83
83
"schema" : {
84
84
"prefixItems" : [
85
85
{
Original file line number Diff line number Diff line change 263
263
]
264
264
},
265
265
{
266
- "description" : " array-form items should properly handle null data " ,
266
+ "description" : " array-form items with null instance elements " ,
267
267
"schema" : {
268
268
"items" : [
269
269
{
273
273
},
274
274
"tests" : [
275
275
{
276
- "description" : " null items allowed " ,
276
+ "description" : " allows null elements " ,
277
277
"data" : [ null ],
278
278
"valid" : true
279
279
}
Original file line number Diff line number Diff line change 214
214
]
215
215
},
216
216
{
217
- "description" : " items should not look in applicators, valid case" ,
217
+ "description" : " items does not look in applicators, valid case" ,
218
218
"schema" : {
219
219
"allOf" : [
220
220
{ "prefixItems" : [ { "minimum" : 3 } ] }
223
223
},
224
224
"tests" : [
225
225
{
226
- "description" : " prefixItems in allOf should not constrain items, invalid case" ,
226
+ "description" : " prefixItems in allOf does not constrain items, invalid case" ,
227
227
"data" : [ 3 , 5 ],
228
228
"valid" : false
229
229
},
230
230
{
231
- "description" : " prefixItems in allOf should not constrain items, valid case" ,
231
+ "description" : " prefixItems in allOf does not constrain items, valid case" ,
232
232
"data" : [ 5 , 5 ],
233
233
"valid" : true
234
234
}
254
254
]
255
255
},
256
256
{
257
- "description" : " items should properly handle null data " ,
257
+ "description" : " items with null instance elements " ,
258
258
"schema" : {
259
259
"items" : {
260
260
"type" : " null"
261
261
}
262
262
},
263
263
"tests" : [
264
264
{
265
- "description" : " null items allowed " ,
265
+ "description" : " allows null elements " ,
266
266
"data" : [ null ],
267
267
"valid" : true
268
268
}
You can’t perform that action at this time.
0 commit comments