Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution Get Match Id Input Structure

GetMatchIdInput schema from AWS EntityResolution

Type: object Properties: 1 Required: 1
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

GetMatchIdInput is a JSON Structure definition published by Amazon Entity Resolution, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

record

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-get-match-id-input-structure.json",
  "name": "GetMatchIdInput",
  "description": "GetMatchIdInput schema from AWS EntityResolution",
  "type": "object",
  "properties": {
    "record": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecordAttributeMap"
        },
        {
          "description": "The record to fetch the Match ID for."
        }
      ]
    }
  },
  "required": [
    "record"
  ]
}