Schema.minProperties

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

class Schema
@optional
ulong minProperties;

Meta