{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgreementConForPaymentAdvice", "type": "object", "description": "Agreement Confirmation from DSP", "properties": { "agreementConfirmed": { "type": "boolean", "description": "Indicates true whether Agreement was confirmed by Debtor. False for any other reasons." }, "agreementStatusReason": { "type": "string", "description": "Reason for declined agreement. * Refer to Codes and Formats section for more details." }, "accountNickname": { "type": "string", "description": "Nickname of the account is passed when agreementConfirmed is true." } } }