maxProperties property

int? maxProperties
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 "maxProperties" if its number of properties is less than, or equal to, the value of this keyword.

Implementation

int? maxProperties;