Snowflake · JSON Structure

Notification Integration Webhook Secret Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

WebhookSecret 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

name database_name schema_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebhookSecret",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    }
  }
}