data-cap
    Preparing search index...

    Interface RuntimeContractModel

    data-cap's Runtime Contract Model: the package's own documented execution guarantees.

    interface RuntimeContractModel {
        packageVersion: string;
        policies: readonly RuntimePolicyFact[];
        schemaVersion: 1;
    }
    Index
    packageVersion: string

    The data-cap package version this model describes -- read from package.json, the same way cli/json.ts's TOOL_VERSION is.

    policies: readonly RuntimePolicyFact[]

    Every documented runtime policy fact.

    schemaVersion: 1

    Always RUNTIME_CONTRACT_MODEL_SCHEMA_VERSION.