Snowflake · JSON Structure

Cortex Analyst Send Feedback Request Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

SendFeedbackRequest 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 positive feedback_message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SendFeedbackRequest",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "positive": {
      "type": "boolean"
    },
    "feedback_message": {
      "type": "string"
    }
  }
}