minProperties property

int? minProperties
getter/setter pair

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

An object instance is valid against "minProperties" if its number of properties 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? minProperties;