Home VocabularyAttribute Class
VocabularyAttribute Class
Cancel

VocabularyAttribute Class

Namespace: Json.Schema

Inheritance: VocabularyAttribute 🡒 Attribute 🡒 object

Indicates the ID of the vocabulary a keyword belongs to.

Properties

NameTypeSummary
IdUriThe vocabulary ID.
TypeIdobject 

Constructors

VocabularyAttribute(string id)

Creates a new Json.Schema.VocabularyAttribute.

Declaration

1
public VocabularyAttribute(string id)
ParameterTypeDescription
idstringThe vocabulary ID.
Contents