Snowflake · JSON Structure

Alert Alert Structure

Type: object Properties: 11
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name comment warehouse condition action created_on database_name schema_name owner owner_role_type state

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Alert",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "warehouse": {
      "type": "string"
    },
    "condition": {
      "type": "string"
    },
    "action": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  }
}