@squawk
    Preparing search index...

    Interface ProcedureDatasetProperties

    Metadata properties attached to the procedure dataset describing the FAA CIFP data vintage and build provenance.

    interface ProcedureDatasetProperties {
        cifpCycleDate: string;
        generatedAt: string;
        iapCount: number;
        legCount: number;
        recordCount: number;
        sidCount: number;
        starCount: number;
    }
    Index

    Properties

    cifpCycleDate: string

    CIFP cycle effective date in YYYY-MM-DD (e.g. "2026-03-25").

    generatedAt: string

    ISO 8601 timestamp of when the dataset was generated.

    iapCount: number

    Number of Instrument Approach Procedure (IAP) procedures.

    legCount: number

    Total leg count across all common routes, transitions, and missed approaches.

    recordCount: number

    Total number of procedure records in the dataset.

    sidCount: number

    Number of Standard Instrument Departure (SID) procedures.

    starCount: number

    Number of Standard Terminal Arrival Route (STAR) procedures.