Click or drag to resize
Json.NET Schema

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
C#
public bool UniqueItems { get; set; }

Property Value

Type: Boolean
A flag indicating whether the array items must be unique.
See Also