data-cap
    Preparing search index...

    Interface FindingModel

    data-cap's Finding Model: every finding, with a structured, pre-computed location.

    interface FindingModel {
        findings: readonly LocatedFinding[];
        schemaVersion: 2;
    }
    Index
    findings: readonly LocatedFinding[]

    Every finding, each with its location computed.

    schemaVersion: 2

    Always FINDING_MODEL_SCHEMA_VERSION.