{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-notification.json", "title": "Notification", "description": "Object containing the sent date-time and template used for the notification.", "type": "object", "properties": { "sentDateTime": { "description": "Date and Time when the notification was sent.", "type": "string", "format": "date-time" }, "template": { "description": "Template name used for the notification.", "type": "string" }, "responseReferenceId": { "description": "An ID from Messaging Service's response.", "type": "string" } } }