Snowflake · JSON Structure

Cortex Analyst Generate Verified Query Suggestions Response Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

GenerateVerifiedQuerySuggestionsResponse 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 vq_suggestions warnings

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

JSON Structure

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