{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubMerchantInfo", "title": "SubMerchantInfo", "properties": { "address": { "$ref": "#/components/schemas/BillingAddress" }, "id": { "type": "string" }, "mcc": { "type": "string" }, "name": { "type": "string" }, "taxId": { "type": "string" } }, "type": "object" }