@omnist-dev/omnist
    Preparing search index...

    Interface InferOptions

    Options for schema inference (spec §6.8).

    interface InferOptions {
        allowAny?: boolean;
        rootName?: string;
    }
    Index
    allowAny?: boolean

    When true, a field that can't be given one precise type opens to any (recorded in the returned report) instead of raising.

    rootName?: string

    The name given to the root record in the generated environment. Defaults to "Root".