data-cap
    Preparing search index...

    Interface OwnershipModel

    data-cap's Ownership Model: the owner -> {capabilities, fields} matrix, versioned for JSON publication.

    interface OwnershipModel {
        entries: readonly OwnershipMatrixEntry[];
        schemaVersion: 2;
    }
    Index
    entries: readonly OwnershipMatrixEntry[]

    Every owner's row -- see buildOwnershipMatrix.

    schemaVersion: 2

    Always OWNERSHIP_MODEL_SCHEMA_VERSION.