Snowflake · Schema

SemanticModelSelection

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
index integer The index of the selected semantic model
identifier object
View JSON Schema on GitHub

JSON Schema

snowflake-semanticmodelselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SemanticModelSelection",
  "title": "SemanticModelSelection",
  "type": "object",
  "properties": {
    "index": {
      "description": "The index of the selected semantic model",
      "type": "integer",
      "format": "int32",
      "example": 10
    },
    "identifier": {
      "$ref": "#/components/schemas/SemanticModelObject"
    }
  }
}