AAI SDK
    Preparing search index...

    Interface StandardSchemaIssue

    One validation issue in a failed Standard Schema result.

    interface StandardSchemaIssue {
        message: string;
        path?: readonly (PropertyKey | { key: PropertyKey })[];
    }
    Index
    message: string
    path?: readonly (PropertyKey | { key: PropertyKey })[]