{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DSPDetails", "type": "object", "properties": { "debtorServiceProviderId": { "type": "string", "description": "Unique identifier assigned to the DSP during Mastercard onboarding." }, "debtorServiceProviderName": { "type": "string", "description": "The DSP Short Name captured by Mastercard during onboarding." }, "debtorServiceProviderLogoUrl": { "type": "string", "description": "DSP's Logo (in URL encoded format)." }, "debtorServiceProviderUniversalLink": { "type": "string", "description": "DSP's universal link to where creditor can re-direct the consumer for authorization" }, "categoryPurposeList": { "type": "array", "description": "List of categoryPurposes supported by the DSP along with features supported for each categoryPurpose." } } }