GeoLeaf Core API - v3.0.0
    Preparing search index...

    A non-blocking style-validation remark. Same shape as ValidationErrorItem, but collected separately: warnings never make a profile invalid.

    interface ValidationWarningItem {
        field: string;
        message: string;
        context?: Record<string, unknown>;
    }
    Index

    Properties

    field: string

    Profile path of the value the remark concerns.

    message: string

    Human-readable description of the remark.

    context?: Record<string, unknown>

    Surrounding data carried for diagnostics.