@traversable/schema
    Preparing search index...
    interface CompilerIndex {
        dataPath: (string | number)[];
        isOptional: boolean;
        isProperty: boolean;
        schemaPath: (string | number | symbol)[];
        varName: string;
    }
    Index

    Properties

    dataPath: (string | number)[]
    isOptional: boolean
    isProperty: boolean
    schemaPath: (string | number | symbol)[]
    varName: string