Snowflake · Schema

Warning

Represents a warning within a chat.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
message string A human-readable message describing the warning
View JSON Schema on GitHub

JSON Schema

cortex-analyst-warning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Warning",
  "type": "object",
  "description": "Represents a warning within a chat.",
  "properties": {
    "message": {
      "type": "string",
      "description": "A human-readable message describing the warning"
    }
  }
}