SchemaAttributeType

SchemaAttributeType schema from AWS EntityResolution

Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning
View JSON Schema on GitHub

JSON Schema

amazon-entity-resolution-schema-attribute-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-schema/amazon-entity-resolution-schema-attribute-type-schema.json",
  "title": "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"
  ]
}