@squawk
    Preparing search index...

    Interface AirwayDatasetProperties

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

    interface AirwayDatasetProperties {
        generatedAt: string;
        nasrCycleDate: string;
        recordCount: number;
        waypointCount: 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 airway records in the dataset.

    waypointCount: number

    Total number of waypoint records across all airways.