{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EntityMatchesResponse", "type": "object", "description": "Response object for Entity Matches.", "properties": { "data": { "type": "array", "description": "Candidate list of `Entity Match` objects." } } }