

# ProviderSchemaAttribute
<a name="API_ProviderSchemaAttribute"></a>

The provider schema attribute.

## Contents
<a name="API_ProviderSchemaAttribute_Contents"></a>

 ** fieldName **   <a name="API-Type-ProviderSchemaAttribute-fieldName"></a>
The field name.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 255.  
Pattern: `[a-zA-Z_0-9- ]*`   
Required: Yes

 ** type **   <a name="API-Type-ProviderSchemaAttribute-type"></a>
The type of the provider schema attribute.  
LiveRamp supports: `NAME` \$1 `NAME_FIRST` \$1 `NAME_MIDDLE` \$1 `NAME_LAST` \$1 `ADDRESS` \$1 `ADDRESS_STREET1` \$1 `ADDRESS_STREET2` \$1 `ADDRESS_STREET3` \$1 `ADDRESS_CITY` \$1 `ADDRESS_STATE` \$1 `ADDRESS_COUNTRY` \$1 `ADDRESS_POSTALCODE` \$1 `PHONE` \$1 `PHONE_NUMBER` \$1 `EMAIL_ADDRESS` \$1 `UNIQUE_ID` \$1 `PROVIDER_ID`   
TransUnion supports: `NAME` \$1 `NAME_FIRST` \$1 `NAME_LAST` \$1 `ADDRESS` \$1 `ADDRESS_CITY` \$1 `ADDRESS_STATE` \$1 `ADDRESS_COUNTRY` \$1 `ADDRESS_POSTALCODE` \$1 `PHONE_NUMBER` \$1 `EMAIL_ADDRESS` \$1 `UNIQUE_ID` \$1 `DATE` \$1 `IPV4` \$1 `IPV6` \$1 `MAID`   
Unified ID 2.0 supports: `PHONE_NUMBER` \$1 `EMAIL_ADDRESS` \$1 `UNIQUE_ID`   
Type: String  
Valid Values: `NAME | NAME_FIRST | NAME_MIDDLE | NAME_LAST | ADDRESS | ADDRESS_STREET1 | ADDRESS_STREET2 | ADDRESS_STREET3 | ADDRESS_CITY | ADDRESS_STATE | ADDRESS_COUNTRY | ADDRESS_POSTALCODE | PHONE | PHONE_NUMBER | PHONE_COUNTRYCODE | EMAIL_ADDRESS | UNIQUE_ID | DATE | STRING | PROVIDER_ID | IPV4 | IPV6 | MAID`   
Required: Yes

 ** hashing **   <a name="API-Type-ProviderSchemaAttribute-hashing"></a>
The hashing attribute of the provider schema.  
Type: Boolean  
Required: No

 ** subType **   <a name="API-Type-ProviderSchemaAttribute-subType"></a>
The sub type of the provider schema attribute.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 255.  
Pattern: `[a-zA-Z_0-9- ]*`   
Required: No

## See Also
<a name="API_ProviderSchemaAttribute_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/entityresolution-2018-05-10/ProviderSchemaAttribute) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/entityresolution-2018-05-10/ProviderSchemaAttribute) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/entityresolution-2018-05-10/ProviderSchemaAttribute) 