{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotificationIntegration", "type": "object", "description": "A Snowflake notification", "properties": { "name": { "type": "string", "description": "Name of the notification." }, "enabled": { "type": "boolean", "description": "Whether the notification integration is enabled." }, "comment": { "type": "string", "description": "Comment for the notification integration." }, "created_on": { "type": "string", "description": "Date and time when the notification was created." } } }