{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgreementForAgmtRetrieval", "type": "object", "properties": { "agreementId": { "type": "string", "description": "Unique identifier assigned by Mastercard to the agreement." }, "agreementReferenceNumber": { "type": "string", "description": "Unique 6 digit reference used by DSP to retrieve the create agreement request." } } }