{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgreementAckForAgmtRetrieval", "type": "object", "properties": { "agreementId": { "type": "string", "description": "Unique identifier assigned by Mastercard to the agreement." }, "agreementType": { "type": "string", "description": "Creditor requesting DSP to display to Debtor to setup Agreement during payment confirmation. * Refer to Codes and Formats section for more details." }, "agreementStatus": { "type": "string", "description": "Status of the Agreement. * Refer to Codes and Formats section for more details." } } }