{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-notification-property-structure.json", "name": "NotificationProperty", "description": "Specifies configuration properties of a notification.", "type": "object", "properties": { "NotifyDelayAfter": { "allOf": [ { "$ref": "#/components/schemas/NotifyDelayAfter" }, { "description": "After a job run starts, the number of minutes to wait before sending a job run delay notification." } ] } } }