@squawk
    Preparing search index...

    Interface RegistryDatasetProperties

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

    interface RegistryDatasetProperties {
        generatedAt: string;
        recordCount: number;
    }
    Index

    Properties

    generatedAt: string

    ISO 8601 timestamp of when the dataset was generated.

    recordCount: number

    Total number of aircraft registration records in the dataset.