| JSchemaUniqueItems Property |
Gets or sets a flag indicating whether the array items must be unique.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public bool UniqueItems { get; set; }
Property Value
Type:
BooleanA flag indicating whether the array items must be unique.
See Also