Namespace: Json.Schema
Inheritance: VocabularyAttribute 🡒 Attribute 🡒 object
Indicates the ID of the vocabulary a keyword belongs to.
Properties
| Name | Type | Summary |
|---|---|---|
| Id | Uri | The vocabulary ID. |
| TypeId | object | Â |
Constructors
VocabularyAttribute(string id)
Creates a new Json.Schema.VocabularyAttribute.
Declaration
1
public VocabularyAttribute(string id)
| Parameter | Type | Description |
|---|---|---|
| id | string | The vocabulary ID. |