Sports Lib API - v21.3.0
    Preparing search index...

    Interface DiveSourceRecordsJSONInterface

    JSON-safe structured FIT dive records stored on a native activity. This is intentionally separate from numeric stats and streams: Sports Lib never derives gas mixtures, tank consumption, or a gas-to-tank association.

    interface DiveSourceRecordsJSONInterface {
        gases: DiveGasJSONInterface[];
        tankSummaries: DiveTankSummaryJSONInterface[];
        tankUpdates: DiveTankUpdateJSONInterface[];
    }
    Index

    Properties