{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreditorAckForPaymentRetrieval", "type": "object", "properties": { "creditorId": { "type": "string" }, "creditorServiceProviderId": { "type": "string" }, "creditorCategoryCode": { "type": "string" }, "creditorTradeName": { "type": "string" }, "creditorReturnString": { "type": "string" }, "creditorLogoUrl": { "type": "string" }, "creditorAccount": { "type": "object" }, "creditorAccounts": { "type": "array" } } }