Namespace: Json.Schema
Inheritance: SchemaKeywordAttribute 🡒 Attribute 🡒 object
Indicates the keyword as it appears in a schema.
Properties
| Name | Type | Summary |
|---|---|---|
| Name | string | The keyword name. |
| TypeId | object | Â |
Constructors
SchemaKeywordAttribute(string name)
Creates a new Json.Schema.SchemaKeywordAttribute.
Declaration
1
public SchemaKeywordAttribute(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | Â |