Snowflake · Schema

Confidence

The verified query the response is based on

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
verified_query_used object
View JSON Schema on GitHub

JSON Schema

snowflake-confidence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Confidence",
  "title": "Confidence",
  "type": "object",
  "description": "The verified query the response is based on",
  "properties": {
    "verified_query_used": {
      "$ref": "#/components/schemas/VerifiedQuery"
    }
  }
}