schema-components - v3.7.0
    Preparing search index...

    Interface ObjectConstraints

    Constraints that apply to object schemas.

    interface ObjectConstraints {
        minProperties?: number;
        maxProperties?: number;
    }
    Index

    Properties

    minProperties?: number
    maxProperties?: number