ederEnriquez

Results 1 issues of ederEnriquez

**1** Uniques by key Example: I have an array of objects and need uniques elements by "key1", "key2", "key3" Schema should have` {type:"array", uniques:[ "key1", "key2", "key3"]}` Valid schema ```...