Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution Get Match Id Output Structure

GetMatchIdOutput schema from AWS EntityResolution

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

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

Properties

matchId

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-output-structure.json",
  "name": "GetMatchIdOutput",
  "description": "GetMatchIdOutput schema from AWS EntityResolution",
  "type": "object",
  "properties": {
    "matchId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The unique identifiers for this group of match records."
        }
      ]
    }
  }
}