minItems property

int? minItems
getter/setter pair

The value of this keyword MUST be an integer. This integer MUST be greater than, or equal to, 0.

An array instance is valid against "minItems" if its size is greater than, or equal to, the value of this keyword.

If this keyword is not present, it may be considered present with a value of 0.

Implementation

int? minItems;