Schema.uniqueItems

If this keyword has boolean value false, the instance validates successfully. If it has boolean value true, the instance validates successfully if all of its elements are unique.

class Schema
@optional
bool uniqueItems;

Meta