@traversable/schema
    Preparing search index...
    interface Object<T> {
        properties: { [x: string]: T };
        required: string[];
        type: "object";
    }

    Type Parameters

    • T
    Index

    Properties

    properties: { [x: string]: T }
    required: string[]
    type: "object"