@duckduckgo/content-scope-scripts
    Preparing search index...

    The profile block of an extract action: a map of output field name -> how to locate that field. null disables a field. This is the per-broker config the native layer sends; the field keys are a contract with that config.

    interface ProfileSpec {
        addressCityState?: CityStateSpec | null;
        addressCityStateList?: CityStateSpec | null;
        addressFull?: TextFieldSpec | null;
        addressFullList?: TextFieldSpec | null;
        age?: TextFieldSpec | null;
        alternativeNamesList?: TextFieldSpec | null;
        name?: TextFieldSpec | null;
        phone?: TextFieldSpec | null;
        phoneList?: TextFieldSpec | null;
        profileUrl?: ProfileUrlSpec | null;
        relativesList?: TextFieldSpec | null;
    }
    Index

    Properties

    addressCityState?: CityStateSpec | null
    addressCityStateList?: CityStateSpec | null
    addressFull?: TextFieldSpec | null
    addressFullList?: TextFieldSpec | null
    age?: TextFieldSpec | null
    alternativeNamesList?: TextFieldSpec | null
    name?: TextFieldSpec | null
    phone?: TextFieldSpec | null
    phoneList?: TextFieldSpec | null
    profileUrl?: ProfileUrlSpec | null
    relativesList?: TextFieldSpec | null