A container for all supported notification reminders.
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-notificationreminders.json", "title": "NotificationReminders", "description": "A container for all supported notification reminders.", "type": "object", "properties": { "econtract": { "$ref": "#/components/schemas/NotificationReminder" }, "draft": { "$ref": "#/components/schemas/NotificationReminder" }, "docRequired": { "$ref": "#/components/schemas/NotificationReminder" } }, "additionalProperties": false }