Details about a notification scheme event.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationSchemeEvent", "title": "NotificationSchemeEvent", "additionalProperties": false, "description": "Details about a notification scheme event.", "properties": { "event": { "$ref": "#/components/schemas/NotificationEvent" }, "notifications": { "items": { "$ref": "#/components/schemas/EventNotification" }, "type": "array" } }, "type": "object" }