{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MerchantAcquirerPair", "title": "MerchantAcquirerPair", "properties": { "acquirerId": { "description": "The acquirer ID.", "type": "string" }, "merchantId": { "description": "The merchant identification number (MID).", "type": "string" } }, "type": "object" }