assert.strictEqual(typeofitem,schema[prop].items.type,'"'+prop+'" should have '+schema[prop].items.type+' items, but found '+typeofitems+' instead (path: '+ path +', context: '+context+')');
assert.strictEqual(typeofitem,schema[prop].items.type,'"'+prop+'" should have '+schema[prop].items.type+' items, but found '+typeofitems+' instead (path: '+method +' '+path +', context: '+context+')');