Home SchemaKeywordAttribute Class
SchemaKeywordAttribute Class
Cancel

SchemaKeywordAttribute Class

Namespace: Json.Schema

Inheritance: SchemaKeywordAttribute 🡒 Attribute 🡒 object

Indicates the keyword as it appears in a schema.

Properties

NameTypeSummary
NamestringThe keyword name.
TypeIdobject 

Constructors

SchemaKeywordAttribute(string name)

Creates a new Json.Schema.SchemaKeywordAttribute.

Declaration

1
public SchemaKeywordAttribute(string name)
ParameterTypeDescription
namestring 
Contents