{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EntityMatch", "type": "object", "properties": { "entityId": { "type": "string" }, "entityName": { "type": "string" }, "countryCode": { "type": "string" }, "entityTypeCode": { "type": "string" } } }