{ "$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-get-match-id-output-schema.json", "title": "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." } ] } } }