Home INestableAttribute Interface
INestableAttribute Interface
Cancel

INestableAttribute Interface

Namespace: Json.Schema.Generation

Inheritance: INestableAttribute

Indicates an attribute can support being applied to generic parameters.

Properties

NameTypeSummary
GenericParameterintThe index of the parameter to which the attribute should apply. Default is -1 to indicate the root. Default MUST be -1, which indicates the root type. For example, Person in Dictionary<string, Person> would have a parameter of 1.
Contents