{ "$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." } ] } } }