@squawk
    Preparing search index...

    A pre-processed array of AircraftRegistration records with attached metadata about the build provenance.

    interface RegistryDataset {
        properties: RegistryDatasetProperties;
        records: AircraftRegistration[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    Aircraft registration records.