{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgreementAcknowledgement", "type": "object", "properties": { "agreementId": { "type": "string", "description": "Unique identifier assigned by Mastercard to the agreement." }, "agreementStatus": { "type": "string", "description": "Agreement Status returned by Mastercard. * Refer to Codes and Formats section for more details." } } }