{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreditorAcknowledgement", "type": "object", "properties": { "creditorId": { "type": "string", "description": "Unique identifier assigned to the Creditor by the CSP." }, "creditorTradeName": { "type": "string", "description": "Name used by the Creditor in dealing with customers, which may not be the same as the one it uses for legal purposes." }, "creditorLogoUrl": { "type": "string", "description": "Creditor's Logo (in URL encoded format). Can be used by the Debtor to display the Creditor's Logo." } } }