Snowflake · Schema

MessageContent

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

cortex-analyst-message-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageContent",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    }
  }
}