Snowflake · JSON Structure

Cortex Analyst Suggestion Delta Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

SuggestionDelta is a JSON Structure definition published by Snowflake, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

index suggestion_delta

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SuggestionDelta",
  "type": "object",
  "properties": {
    "index": {
      "type": "integer"
    },
    "suggestion_delta": {
      "type": "string"
    }
  }
}