{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgreementStatus", "type": "object", "properties": { "agreementId": { "type": "string", "description": "Unique identifier assigned by Mastercard to the agreement." }, "agreementStatus": { "type": "string", "description": "Status of the Agreement updated by DSP to either Approved or Rejected or Deleted. * Refer to Codes and Formats section for more details." } } }