Snowflake · JSON Structure

Cortex Analyst Send Message Response Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

SendMessageResponse 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

request_id warnings response_metadata

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SendMessageResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "warnings": {
      "type": "array"
    },
    "response_metadata": {
      "type": "object"
    }
  }
}