Schema.maxProperties

An object instance is valid against "maxProperties" if its number of properties is less than, or equal to, the value of this keyword.

class Schema
@optional
ulong maxProperties;

Meta