{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-sub-merchant-info-structure.json", "description": "SubMerchantInfo schema from Adyen API", "type": "object", "properties": { "address": { "$ref": "#/components/schemas/BillingAddress" }, "id": { "type": "string" }, "mcc": { "type": "string" }, "name": { "type": "string" }, "taxId": { "type": "string" } }, "name": "SubMerchantInfo" }