Unify and manage your data

Data model

Learn more about the required entity types and attributes that Reltio Identity Builder uses to perform matching and enrichment.

The Reltio Identity Builder™ data model is derived from the Reltio B2C velocity pack. The model is based on the Individual and Location entity types.

Individual records store person-level identity attributes and related nested attributes. Location records store address details. The IndividualHasAddress relationship connects Individual records to Location records.

The Individual entity also contains nested attribute groups for OtherNames, Email, and Phone, which represent aliases and contact points.

Custom attributes are not part of the B2C velocity pack. Add them to your tenant configuration using the JSON in the Attribute JSON column.

Sources

Reltio Identity Builder requires the following source in your tenant configuration. If this source is missing during provisioning, the system adds it automatically.

Source nameLabelSource JSON
DT_ReltioIdentityBuilderDT_ReltioIdentityBuilder

Show Source JSON

{
  "uri": "configuration/sources/DT_ReltioIdentityBuilder",
  "label": "DT_ReltioIdentityBuilder",
  "abbreviation": "DT_ReltioIdentityBuilder"
}

Entity types and relationships

The following elements make up the core Identity Builder data model.

ElementTypeDescription
IndividualEntity typeRepresents a single person. Stores name, birth, demographic, behavioral, and contact-related attributes used by Reltio Identity Builder.
LocationEntity typeRepresents a physical address. Stores address lines, locality, postal codes, validation status, and related codes.
IndividualHasAddressRelationshipConnects an Individual to a Location. Stores relationship-level attributes such as address type, the first time the address was seen for the individual, and the last time the address was validated.
OtherNamesNested attribute on IndividualRepresents other names used for the individual, including combined alias values and separate prefix, first, middle, last, suffix, and gender elements.
EmailNested attribute on IndividualRepresents email addresses used to contact the individual, including type, full email value, and related metadata such as domain and first or last seen dates.
PhoneNested attribute on IndividualRepresents phone numbers used to contact the individual, including number, type, line type, confidence score, and first or last seen dates.

Core Individual attributes

These attributes describe the individual and their activity history.

AttributeDescriptionReltio attributeTypeCustomAttribute JSONFill rate
Name PrefixName prefix, such as Mr. or Ms.NamePrefixStringNo0.24%
First NameFirst name of the individual.FirstNameStringNo98.84%
Middle NameMiddle name of the individual.MiddleNameStringNo60.92%
Last NameLast name of the individual.LastNameStringNo98.94%
Name SuffixSuffix, such as Jr., Sr., I, II, or III.NameSuffixStringNo2.22%
GenderGender of the individual.GenderStringNo99.83%
Year of BirthKnown year of birth of the individual.YoBStringYes

Show attribute JSON

{
  "label": "Year of Birth",
  "name": "YoB",
  "description": "Year in which the individual was born",
  "type": "Int",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/YoB",
  "skipInDataAccess": false
}
54.29%
Month of BirthKnown month of birth of the individual.MoBStringYes

Show attribute JSON

{
  "label": "Month of Birth",
  "name": "MoB",
  "description": "Month in which the individual was born",
  "type": "Int",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/MoB",
  "skipInDataAccess": false
}
53.63%
Estimated AgeEstimated age of the individual.EstimatedAgeIntYes

Show attribute JSON

{
  "label": "Estimated Age",
  "name": "EstimatedAge",
  "description": "Estimated age of the individual",
  "type": "Int",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/EstimatedAge",
  "skipInDataAccess": false
}
29.43%
First SeenFirst time activity for the individual was observed in the dataset.FirstSeenDateYes

Show attribute JSON

{
  "label": "First Seen",
  "name": "FirstSeen",
  "description": "First time activity for the individual was seen",
  "type": "Date",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/FirstSeen",
  "skipInDataAccess": false
}
98.03%
Last SeenMost recent time activity for the individual was observed in the dataset.LastSeenDateYes

Show attribute JSON

{
  "label": "Last Seen",
  "name": "LastSeen",
  "description": "Last time activity for the individual was seen",
  "type": "Date",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/LastSeen",
  "skipInDataAccess": false
}
98.08%
IP AddressIP address or addresses associated with the individual.SourceIPStringNo33.23%
Web InterestsURLs and classifications of websites the individual has interacted with.WebInterestsNestedYes

Show attribute JSON

{
  "label": "Web Interests",
  "name": "WebInterests",
  "description": "URLs and classifications of websites the individual has had interactions with",
  "type": "Nested",
  "hidden": false,
  "important": false,
  "system": false,
  "required": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "fieldURI": "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteURL",
    "orderType": "ASC",
    "orderingStrategy": "FieldBased"
  },
  "uri": "configuration/entityTypes/Individual/attributes/WebInterests",
  "dataLabelPattern": "[{WebsiteURL}][ {WebsiteType}]",
  "matchFieldURIs": [
    "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteURL"
  ],
  "matchOvOnly": true,
  "attributes": [
    {
      "label": "Website URL",
      "name": "WebsiteURL",
      "description": "URL of website",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "required": false,
      "faceted": true,
      "searchable": true,
      "uri": "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteURL",
      "skipInDataAccess": false
    },
    {
      "label": "Website Type",
      "name": "WebsiteType",
      "description": "Type of website",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "required": false,
      "faceted": true,
      "searchable": true,
      "uri": "configuration/entityTypes/Individual/attributes/WebInterests/attributes/WebsiteType",
      "skipInDataAccess": false
    }
  ],
  "skipInDataAccess": false
}
33.44%
Deceased IndicatorIndicates whether the individual is deceased.DeceasedIndicatorBooleanYes

Show attribute JSON

{
  "label": "Deceased Indicator",
  "name": "DeceasedIndicator",
  "description": "Indicates whether or not the individual is deceased",
  "type": "Boolean",
  "hidden": false,
  "important": false,
  "system": false,
  "required": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/DeceasedIndicator",
  "skipInDataAccess": false
}
6.49%
Household IDHousehold identifier assigned to the individual by Identity Builder.IdentityBuilderHouseholdIDStringYes

Show attribute JSON

{
  "label": "Household ID",
  "name": "IdentityBuilderHouseholdID",
  "description": "Household ID assigned to the individual by Identity Builder",
  "type": "String",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/entityTypes/Individual/attributes/IdentityBuilderHouseholdID",
  "skipInDataAccess": false
}
46.13%

Alias (OtherNames) attributes

This nested attribute group stores alternate names for the Individual entity type. The B2C velocity pack includes the parent OtherNames attribute, but you must add some sub-attributes to your tenant configuration.

AttributeDescriptionReltio attributeTypeCustomAttribute JSONFill rate
OtherNames (parent)Other name(s) used to refer to the individual.OtherNamesNestedNo

Show attribute JSON

{
  "label": "Other Name(s)",
  "name": "OtherNames",
  "description": "Other name(s) used to refer to the individual",
  "type": "Nested",
  "hidden": false,
  "important": false,
  "system": false,
  "searchable": true,
  "attributeOrdering": {
    "fieldURI": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName",
    "orderType": "ASC",
    "orderingStrategy": "FieldBased"
  },
  "uri": "configuration/entityTypes/Individual/attributes/OtherNames",
  "dataLabelPattern": "[{OtherNamePrefix}][ {OtherFirstName}][ {OtherLastName}][ {OtherNameSuffix}]",
  "matchFieldURIs": [
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName",
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName"
  ],
  "matchFieldURIsExactOrNull": [
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName",
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix",
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName",
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix",
    "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender"
  ],
  "matchOvOnly": true,
  "attributes": [
    {
      "label": "Other Name",
      "name": "OtherName",
      "description": "Other name of the individual, including the concatenation of all name elements",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherName",
      "skipInDataAccess": false
    },
    {
      "label": "Type",
      "name": "Type",
      "description": "Type of other name",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/Type",
      "skipInDataAccess": false
    },
    {
      "label": "Other Name Prefix",
      "name": "OtherNamePrefix",
      "description": "Prefix(es) that appear at the beginning of the individual's name, such as common or professional titles",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNamePrefix",
      "skipInDataAccess": false
    },
    {
      "label": "Other First Name",
      "name": "OtherFirstName",
      "description": "Other first name, such as an abbreviation or a nickname that the individual goes by",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherFirstName",
      "skipInDataAccess": false
    },
    {
      "label": "Other Middle Name",
      "name": "OtherMiddleName",
      "description": "Other middle name",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherMiddleName",
      "skipInDataAccess": false
    },
    {
      "label": "Other Last Name",
      "name": "OtherLastName",
      "description": "Other last name, such as a maiden name or prior, married name (i.e., if divorced, then name changed))",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherLastName",
      "skipInDataAccess": false
    },
    {
      "label": "Other Name Suffix",
      "name": "OtherNameSuffix",
      "description": "Suffix that follows the individual's last name, typically to signify generational lineage",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameSuffix",
      "skipInDataAccess": false
    },
    {
      "label": "Other Name Gender",
      "name": "OtherNameGender",
      "description": "Individual's gender identity, which refers to their internal sense of being male, female, both, neither, or another gender",
      "type": "String",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/OtherNameGender",
      "skipInDataAccess": false
    },
    {
      "label": "Display Sequence",
      "name": "DisplaySequence",
      "description": "Order in which the value from the current nest of data for this attribute is intended to be displayed",
      "type": "Int",
      "hidden": false,
      "important": false,
      "system": false,
      "faceted": true,
      "searchable": true,
      "attributeOrdering": { "orderingStrategy": "LUD" },
      "uri": "configuration/entityTypes/Individual/attributes/OtherNames/attributes/DisplaySequence",
      "skipInDataAccess": false
    }
  ],
  "skipInDataAccess": false
}
99.92%
Other NameCombined alternate name value, including all name elements.OtherNameStringNo16.24%
Other Name PrefixPrefix for the alternate name.OtherNamePrefixStringYesSee nested attribute JSON 0.01%
Other First NameAlternate first name, such as a nickname or abbreviation.OtherFirstNameStringNo99.82%
Other Middle NameAlternate middle name.OtherMiddleNameStringNo 9.77%
Other Last NameAlternate last name, such as a maiden or prior married name.OtherLastNameStringNo 99.92%
Other Name SuffixSuffix for the alternate name.OtherNameSuffixStringYesSee nested attribute JSON0.18%
Other Name GenderGender value associated with the alternate name.OtherNameGenderStringYesSee nested attribute JSON15.63%

Address attributes

The Address attribute references the Location entity through the IndividualHasAddress relationship. The following table lists the attributes on the relationship and Location entity.

AttributeDescriptionReltio attributeTypeCustomAttribute JSONFill rate
Address (parent)Address of the individual.AddressReferenceNo

Show attribute JSON

{
  "label": "Address",
  "name": "Address",
  "description": "Address of the individual",
  "type": "Reference",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "relationshipLabelPattern": "",
  "attributeOrdering": {
    "fieldURI": "configuration/relationTypes/IndividualHasAddress/attributes/AddressLastValidated",
    "orderType": "DESC",
    "orderingStrategy": "FieldBased"
  },
  "uri": "configuration/entityTypes/Individual/attributes/Address",
  "referencedAttributeURIs": [
    "configuration/relationTypes/IndividualHasAddress/attributes/AddressType",
    "configuration/relationTypes/IndividualHasAddress/attributes/AddressFirstSeen",
    "configuration/relationTypes/IndividualHasAddress/attributes/AddressLastValidated",
    "configuration/entityTypes/Location/attributes/AddressLine1",
    "configuration/entityTypes/Location/attributes/AddressLine2",
    "configuration/entityTypes/Location/attributes/City",
    "configuration/entityTypes/Location/attributes/StateProvince",
    "configuration/entityTypes/Location/attributes/PostalCode",
    "configuration/entityTypes/Location/attributes/Zip5",
    "configuration/entityTypes/Location/attributes/Zip4",
    "configuration/entityTypes/Location/attributes/Country",
    "configuration/entityTypes/Location/attributes/DeliveryPointBarCode",
    "configuration/entityTypes/Location/attributes/DPVConfirmedIndicator",
    "configuration/entityTypes/Location/attributes/CarrierRoute",
    "configuration/entityTypes/Location/attributes/FIPSCountyCode",
    "configuration/entityTypes/Location/attributes/RecordType",
    "configuration/entityTypes/Location/attributes/VacantIndicator",
    "configuration/entityTypes/Location/attributes/VerificationStatus"
  ],
  "immutable": true,
  "referencedEntityTypeURI": "configuration/entityTypes/Location",
  "relationshipTypeURI": "configuration/relationTypes/IndividualHasAddress",
  "skipInDataAccess": false
}
99.97%
Address TypeType of address.AddressTypeStringNo99.97%
Address First SeenFirst time the address was seen for the individual.AddressFirstSeenDateYes

Show attribute JSON

{
  "label": "Address First Seen",
  "name": "AddressFirstSeen",
  "description": "First time the address was seen for this individual",
  "type": "Date",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/relationTypes/IndividualHasAddress/attributes/AddressFirstSeen",
  "skipInDataAccess": false
}
97.79%
Address Last ValidatedLast time the individual was validated to reside at the address.AddressLastValidatedDateYes

Show attribute JSON

{
  "label": "Address Last Validated",
  "name": "AddressLastValidated",
  "description": "Last time the individual was validated to be residing at this address",
  "type": "Date",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
  },
  "uri": "configuration/relationTypes/IndividualHasAddress/attributes/AddressLastValidated",
  "skipInDataAccess": false
}
24.17%
Address Line 1Primary address line, such as house number and street.AddressLine1StringNo98.33%
Address Line 2Secondary address line, such as unit or apartment.AddressLine2StringNo32.09%
CityCity name.CityStringNo99.96%
StateState abbreviation.StateProvinceStringNo99.97%
CountryCountry name.CountryStringNo93.16%
Zip 5Five-digit ZIP code.Zip5StringNo99.95%
Zip 4Four-digit ZIP+4 suffix.Zip4StringNo95.09%
Vacancy IndicatorIndicates whether USPS lists the address as vacant.VacantIndicatorBooleanNo45.45%
Delivery Point CodeDelivery point code with check digit.DeliveryPointBarCodeStringNo93.55%
DPVDelivery Point Validation result for the address.DPVConfirmedIndicatorStringNo 94.93%
Zip 4 TypeZIP+4 type, such as firm, general delivery, high-rise, PO Box, rural route, or street.RecordTypeStringNo93.65%
Carrier Route CodeCarrier route code for the address.CarrierRouteStringNo93.61%
FIPS County CodeFIPS county code for the address.FIPSCountyCodeStringNo 87.41%

Email attributes

The Email nested attribute group stores email addresses and related metadata. The B2C velocity pack includes the parent attribute.

AttributeDescriptionReltio attributeTypeCustomAttribute JSONFill rate
Email (parent)Email address(es) used to contact the individual.EmailNestedNo

Show attribute JSON

{
  "label": "Email",
  "name": "Email",
  "description": "Email address(es) used to contact the individual",
  "type": "Nested",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "fieldURI": "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen",
    "orderType": "DESC",
    "orderingStrategy": "FieldBased"
  },
  "uri": "configuration/entityTypes/Individual/attributes/Email",
  "dataLabelPattern": "[{Email}]",
  "matchFieldURIs": [
    "configuration/entityTypes/Individual/attributes/Email/attributes/Email"
  ],
  "matchFieldURIsExactOrNull": [
    "configuration/entityTypes/Individual/attributes/Email/attributes/Type"
  ],
  "matchOvOnly": true,
  "attributes": [
    { "label": "Type", "name": "Type", "description": "Type of email address", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Type", "skipInDataAccess": false },
    { "label": "Email", "name": "Email", "description": "Full email address including both the local-part (e.g., a username) and domain", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Email", "skipInDataAccess": false },
    { "label": "Domain", "name": "Domain", "description": "Domain of the email address", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Domain", "skipInDataAccess": false },
    { "label": "Domain Type", "name": "DomainType", "description": "Domain type of the email address", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/DomainType", "skipInDataAccess": false },
    { "label": "Username", "name": "Username", "description": "Username of the email address", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Username", "skipInDataAccess": false },
    { "label": "Rank", "name": "Rank", "description": "Ordinal rank of the email address for contacting the individual", "type": "Int", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Rank", "skipInDataAccess": false },
    { "label": "Validation Status", "name": "ValidationStatus", "description": "Validation status of the email address", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/ValidationStatus", "skipInDataAccess": false },
    { "label": "Active", "name": "Active", "description": "Indicates whether or not the email address is active", "type": "Boolean", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/Active", "skipInDataAccess": false },
    { "label": "First Seen", "name": "FirstSeen", "description": "First time the email address for the individual was seen", "type": "Date", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/FirstSeen", "skipInDataAccess": false },
    { "label": "Last Seen", "name": "LastSeen", "description": "Last time the the email address for the individual was seen", "type": "Date", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Email/attributes/LastSeen", "skipInDataAccess": false }
  ],
  "skipInDataAccess": false
}
38.60%
EmailFull email address, including local part and domain.EmailStringNo 38.60%
Email TypeType of email address, such as business or personal.TypeStringNo38.43%
Email First SeenFirst time the email address for the individual was seen.FirstSeenDateYesSee nested attribute JSON 36.03%
Email Last SeenLast time the email address for the individual was seen.LastSeenDateYesSee nested attribute JSON 36.03%

Phone attributes

The Phone nested attribute group stores phone numbers and related metadata. The B2C velocity pack includes the parent attribute.

AttributeDescriptionReltio attributeTypeCustomAttribute JSONFill rate
Phone (parent)Phone number(s) used to contact the individual.PhoneNestedNo

Show attribute JSON

{
  "label": "Phone",
  "name": "Phone",
  "description": "Phone number(s) used to contact the individual",
  "type": "Nested",
  "hidden": false,
  "important": false,
  "system": false,
  "faceted": true,
  "searchable": true,
  "attributeOrdering": {
    "fieldURI": "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen",
    "orderType": "DESC",
    "orderingStrategy": "FieldBased"
  },
  "uri": "configuration/entityTypes/Individual/attributes/Phone",
  "dataLabelPattern": "[{Number}]",
  "matchFieldURIs": [
    "configuration/entityTypes/Individual/attributes/Phone/attributes/Number"
  ],
  "matchFieldURIsExactOrNull": [
    "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType",
    "configuration/entityTypes/Individual/attributes/Phone/attributes/ConfidenceScore",
    "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectInDial",
    "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectoryAssistanceCode",
    "configuration/entityTypes/Individual/attributes/Phone/attributes/OriginalProvider"
  ],
  "matchOvOnly": true,
  "attributes": [
    { "label": "Type", "name": "Type", "description": "Type of phone number used by the individual", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type", "skipInDataAccess": false },
    { "label": "Number", "name": "Number", "description": "Phone number", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number", "skipInDataAccess": false },
    { "label": "Country Code", "name": "CountryCode", "description": "Indicates the country of the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/CountryCode", "skipInDataAccess": false },
    { "label": "Formatted Number", "name": "FormattedNumber", "description": "Formatted version of the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormattedNumber", "skipInDataAccess": false },
    { "label": "Extension", "name": "Extension", "description": "Extension at which the individual can be reached", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Extension", "skipInDataAccess": false },
    { "label": "Rank", "name": "Rank", "description": "Ordinal ranking of the phone number for contacting the individual", "type": "Int", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank", "skipInDataAccess": false },
    { "label": "Area Code", "name": "AreaCode", "description": "Area code for the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AreaCode", "skipInDataAccess": false },
    { "label": "Local Number", "name": "LocalNumber", "description": "Phone number in the local service format of the calling area", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LocalNumber", "skipInDataAccess": false },
    { "label": "Validation Status", "name": "ValidationStatus", "description": "Validation status of the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationStatus", "skipInDataAccess": false },
    { "label": "Line Type", "name": "LineType", "description": "Line type of the phone number", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType", "skipInDataAccess": false },
    { "label": "Format Mask", "name": "FormatMask", "description": "Format mask applied to the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormatMask", "skipInDataAccess": false },
    { "label": "Digit Count", "name": "DigitCount", "description": "Number of digits in the phone number", "type": "Int", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DigitCount", "skipInDataAccess": false },
    { "label": "Geo Area", "name": "GeoArea", "description": "Area associated with the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoArea", "skipInDataAccess": false },
    { "label": "Geo Country", "name": "GeoCountry", "description": "Area associated with the phone number", "type": "String", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoCountry", "skipInDataAccess": false },
    { "label": "Primary Phone Flag", "name": "PrimaryPhoneFlag", "description": "Indicates whether or not the phone number is the primary number that should be used to reach the individual", "type": "Boolean", "hidden": true, "important": false, "system": false, "required": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/PrimaryPhoneFlag", "skipInDataAccess": false },
    { "label": "Active", "name": "Active", "description": "Indicates whether or not the number is active", "type": "Boolean", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Active", "skipInDataAccess": false },
    { "label": "Unreachable", "name": "Unreachable", "description": "Indicates whether or not the individual has been unreachable at this phone number", "type": "Boolean", "hidden": true, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Unreachable", "skipInDataAccess": false },
    { "label": "Confidence Score", "name": "ConfidenceScore", "description": "Indicates whether the invidual's phone number or telco provider was validated, verified or disconnected / delisted", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ConfidenceScore", "skipInDataAccess": false },
    { "label": "Direct In-Dial", "name": "DirectInDial", "description": "Indicates whether or not the individual's phone number is a direct in-dail number", "type": "Boolean", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectInDial", "skipInDataAccess": false },
    { "label": "Directory Assistance Code", "name": "DirectoryAssistanceCode", "description": "Indicates whether or not the individual's phone number is in directory assistance or delisted/disconnected", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DirectoryAssistanceCode", "skipInDataAccess": false },
    { "label": "Original Provider", "name": "OriginalProvider", "description": "Name of original telco provider associated with the phone number", "type": "String", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/OriginalProvider", "skipInDataAccess": false },
    { "label": "Phone First Seen", "name": "FirstSeen", "description": "First time the phone number for the individual was seen", "type": "Date", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FirstSeen", "skipInDataAccess": false },
    { "label": "Phone Last Seen", "name": "LastSeen", "description": "Last time the phone number for the individual was seen", "type": "Date", "hidden": false, "important": false, "system": false, "faceted": true, "searchable": true, "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LastSeen", "skipInDataAccess": false }
  ],
  "skipInDataAccess": false
}
64.78%
TypeType of phone number used by the individual.TypeStringNo64.78%
NumberPhone number.NumberStringNo64.78%
Line TypeProbable line type, such as landline, VOIP, wireless, other, or fax.LineTypeStringNo 24.60%
Confidence ScoreIndicates whether the phone number or provider was validated, verified, or disconnected or delisted.ConfidenceScoreStringYesSee nested attribute JSON 24.60%
Direct In-DialIndicates whether the number is a direct in-dial number.DirectInDialBooleanYesSee nested attribute JSON<0.1%
Directory Assistance CodeIndicates whether the number is listed in directory assistance or delisted or disconnected.DirectoryAssistanceCodeStringYesSee nested attribute JSON14.20%
Original ProviderName of the original telecommunications provider associated with the phone number.OriginalProviderStringYesSee nested attribute JSON24.54%
Phone First SeenFirst time the phone number for the individual was seen.FirstSeenDateYesSee nested attribute JSON36.60%
Phone Last SeenLast time the phone number for the individual was seen.LastSeenDateYesSee nested attribute JSON59.89%