Snowflake · Schema

Schedule

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
schedule_type string Type of the schedule, can be either CRON_TYPE or MINUTES_TYPE
View JSON Schema on GitHub

JSON Schema

alert-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Schedule",
  "type": "object",
  "properties": {
    "schedule_type": {
      "type": "string",
      "description": "Type of the schedule, can be either CRON_TYPE or MINUTES_TYPE"
    }
  }
}