@squawk
    Preparing search index...

    Interface FixDataset

    A pre-processed array of Fix records with attached metadata about the build provenance and NASR cycle.

    interface FixDataset {
        properties: FixDatasetProperties;
        records: Fix[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    records: Fix[]

    Fix records.