Namespace: Json.Schema.Generation
Inheritance: IdAttribute 🡒 Attribute 🡒 object
Implemented interfaces:
- IAttributeHandler
Applies an $id keyword.
Properties
| Name | Type | Summary |
|---|---|---|
| TypeId | object | Â |
| Uri | Uri | The regular expression pattern. |
Constructors
IdAttribute(string value)
Creates a new Json.Schema.Generation.IdAttribute instance.
Declaration
1
public IdAttribute(string value)
| Parameter | Type | Description |
|---|---|---|
| value | string | The value. |