@squawk
    Preparing search index...

    Interface AirportDatasetProperties

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

    interface AirportDatasetProperties {
        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 airport records in the dataset.