Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution Schema Attribute Type Structure

SchemaAttributeType schema from AWS EntityResolution

Type: string Properties: 0
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

SchemaAttributeType is a JSON Structure definition published by Amazon Entity Resolution. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-schema-attribute-type-structure.json",
  "name": "SchemaAttributeType",
  "description": "SchemaAttributeType schema from AWS EntityResolution",
  "type": "string",
  "enum": [
    "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"
  ]
}