uniqueItems property

bool? uniqueItems
getter/setter pair

Indicate the items in the array must be unique.

Only applies to TYPE.ARRAY.

Optional.

Implementation

core.bool? uniqueItems;