Namespace: Json.Schema.Generation
Inheritance: UniqueItemsAttribute
🡒 ConditionalAttribute
🡒 Attribute
🡒 object
Implemented interfaces:
- IAttributeHandler
Applies a uniqueItems
keyword.
Properties
Name | Type | Summary |
---|---|---|
ConditionGroup | object | Identifies the condition group under which this attribute applies. |
TypeId | object | Â |
Value | bool | Whether the items should be unique. |
Constructors
UniqueItemsAttribute(bool value)
Creates a new Json.Schema.Generation.UniqueItemsAttribute instance.
Declaration
1
public UniqueItemsAttribute(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | The value. |