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