{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DSPDetails", "type": "object", "properties": { "debtorServiceProviderId": { "type": "string" }, "debtorServiceProviderName": { "type": "string" }, "debtorServiceProviderLogoUrl": { "type": "string" }, "debtorServiceProviderUniversalLink": { "type": "string" }, "categoryPurposeList": { "type": "array" } } }