{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Merchant", "title": "Merchant", "type": "object", "properties": { "website": { "type": "string", "description": "The website of the merchant.

Applicable containers: bank,creditCard,investment,loan
", "readOnly": true }, "address": { "$ref": "#/components/schemas/AccountAddress" }, "contact": { "$ref": "#/components/schemas/Contact" }, "categoryLabel": { "type": "array", "description": "The business categories of the merchant.

Applicable containers: bank,creditCard
Applicable Values
", "readOnly": true, "items": { "type": "string" } }, "coordinates": { "$ref": "#/components/schemas/Coordinates" }, "name": { "type": "string", "description": "The name of the merchant.

Applicable containers: bank,creditCard,investment,insurance,loan
", "readOnly": true }, "id": { "type": "string", "description": "Identifier of the merchant.

Applicable containers: bank,creditCard,investment,insurance,loan
", "readOnly": true }, "source": { "type": "string", "description": "The source through which merchant information is retrieved.

Applicable containers: bank,creditCard,investment,insurance,loan
Applicable Values
", "readOnly": true, "enum": [ "YODLEE", "FACTUAL" ] }, "logoURL": { "type": "string", "description": "The logoURL of the merchant.

Applicable containers: bank,creditCard,investment,loan
", "readOnly": true } } }