@squawk
    Preparing search index...

    Interface FixDatasetProperties

    Metadata properties attached to the fix dataset describing the FAA NASR data vintage and build provenance.

    interface FixDatasetProperties {
        generatedAt: string;
        nasrCycleDate: string;
        recordCount: number;
    }
    Index

    Properties

    generatedAt: string

    ISO 8601 timestamp of when the dataset was generated.

    nasrCycleDate: string

    NASR cycle effective date (e.g. "2026-01-22").

    recordCount: number

    Total number of fix records in the dataset.