json-schema
json-schema copied to clipboard
uniqueItems is not validated
['a','b','b'] should fail against schema { type:'array', uniqueItems:true} but there is no checking of uniqueItems in the library.