{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreditorForSRR", "type": "object", "properties": { "creditorId": { "type": "string", "description": "Unique identifier assigned to the Creditor by the CSP." }, "creditorServiceProviderId": { "type": "string", "description": "Unique identifier assigned to the CSP during Mastercard onboarding." } } }