Snowflake · JSON Structure

Notification Integration Notification Email Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

NotificationEmail is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

allowed_recipients default_recipients default_subject

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NotificationEmail",
  "type": "object",
  "properties": {
    "allowed_recipients": {
      "type": "array"
    },
    "default_recipients": {
      "type": "array"
    },
    "default_subject": {
      "type": "string"
    }
  }
}