Snowflake · JSON Structure

Notification Integration Notification Integration Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name enabled comment created_on

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NotificationIntegration",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    }
  }
}