{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-emailnotification.json", "title": "EmailNotification", "description": "EmailNotification from Checkout API", "type": "object", "properties": { "email_address": { "maxLength": 255, "type": "string", "description": "Email address to which notification will be sent. This field can only be used for Pay By Link feature." } } }