kriszyp/json-schema

uniqueItems is not validated

krisnye opened this issue · 0 comments

['a','b','b'] should fail against schema { type:'array', uniqueItems:true} but there is no checking of uniqueItems in the library.