{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MCMerchantCategory", "type": "object", "description": "This object represents one merchant category information.", "properties": { "mcc": { "type": "string", "description": "Merchant category code of a payment transaction that uniquely defines a merchant business." } } }