VOOZH about

URL: https://docs.json-everything.net/api/JsonSchema.Net.Generation/MaxItemsAttribute/

⇱ MaxItemsAttribute Class | json-everything


👁 avatar
json-everything
Library documentation
Home MaxItemsAttribute Class
MaxItemsAttribute Class
Cancel

MaxItemsAttribute Class

Namespace: Json.Schema.Generation

Inheritance: MaxItemsAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • INestableAttribute
  • IAttributeHandler

Applies an maxItems keyword.

Properties

NameTypeSummary
ConditionGroupobjectIdentifies the condition group under which this attribute applies.
GenericParameterintThe index of the parameter to which the attribute should apply. Default is -1 to indicate the root.
TypeIdobject
ValueuintThe maximum number of items.

Constructors

MaxItemsAttribute(uint value)

Creates a new Json.Schema.Generation.MaxItemsAttribute instance.

Declaration

1
public MaxItemsAttribute(uint value)
ParameterTypeDescription
valueuintThe value.
Contents

A new version of content is available.