kriszyp / json-schema

JSON Schema specifications, reference schemas, and a CommonJS implementation

Home Page:http://json-schema.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uniqueItems is not validated

krisnye opened this issue · comments

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