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 214214 ]
215215 },
216216 {
217- "description" : " items should not look in applicators, valid case" ,
217+ "description" : " items does not look in applicators, valid case" ,
218218 "schema" : {
219219 "allOf" : [
220220 { "prefixItems" : [ { "minimum" : 3 } ] }
223223 },
224224 "tests" : [
225225 {
226- "description" : " prefixItems in allOf should not constrain items, invalid case" ,
226+ "description" : " prefixItems in allOf does not constrain items, invalid case" ,
227227 "data" : [ 3 , 5 ],
228228 "valid" : false
229229 },
230230 {
231- "description" : " prefixItems in allOf should not constrain items, valid case" ,
231+ "description" : " prefixItems in allOf does not constrain items, valid case" ,
232232 "data" : [ 5 , 5 ],
233233 "valid" : true
234234 }
254254 ]
255255 },
256256 {
257- "description" : " items should properly handle null data " ,
257+ "description" : " items with null" ,
258258 "schema" : {
259259 "items" : {
260260 "type" : " null"
261261 }
262262 },
263263 "tests" : [
264264 {
265- "description" : " null items allowed " ,
265+ "description" : " allows null elements " ,
266266 "data" : [ null ],
267267 "valid" : true
268268 }
Original file line number Diff line number Diff line change 7979 ]
8080 },
8181 {
82- "description" : " prefixItems should properly handle null data" ,
82+ "description" : " prefixItems properly handles null data" ,
8383 "schema" : {
8484 "prefixItems" : [
8585 {
Original file line number Diff line number Diff line change 263263 ]
264264 },
265265 {
266- "description" : " array-form items should properly handle null data " ,
266+ "description" : " array-form items with null instance elements " ,
267267 "schema" : {
268268 "items" : [
269269 {
273273 },
274274 "tests" : [
275275 {
276- "description" : " null items allowed " ,
276+ "description" : " allows null elements " ,
277277 "data" : [ null ],
278278 "valid" : true
279279 }
Original file line number Diff line number Diff line change 214214 ]
215215 },
216216 {
217- "description" : " items should not look in applicators, valid case" ,
217+ "description" : " items does not look in applicators, valid case" ,
218218 "schema" : {
219219 "allOf" : [
220220 { "prefixItems" : [ { "minimum" : 3 } ] }
223223 },
224224 "tests" : [
225225 {
226- "description" : " prefixItems in allOf should not constrain items, invalid case" ,
226+ "description" : " prefixItems in allOf does not constrain items, invalid case" ,
227227 "data" : [ 3 , 5 ],
228228 "valid" : false
229229 },
230230 {
231- "description" : " prefixItems in allOf should not constrain items, valid case" ,
231+ "description" : " prefixItems in allOf does not constrain items, valid case" ,
232232 "data" : [ 5 , 5 ],
233233 "valid" : true
234234 }
254254 ]
255255 },
256256 {
257- "description" : " items should properly handle null data " ,
257+ "description" : " items with null instance elements " ,
258258 "schema" : {
259259 "items" : {
260260 "type" : " null"
261261 }
262262 },
263263 "tests" : [
264264 {
265- "description" : " null items allowed " ,
265+ "description" : " allows null elements " ,
266266 "data" : [ null ],
267267 "valid" : true
268268 }
You can’t perform that action at this time.
0 commit comments