Snowflake · Schema

GetModelsResponse

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
models array
View JSON Schema on GitHub

JSON Schema

snowflake-getmodelsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetModelsResponse",
  "title": "GetModelsResponse",
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": []
    }
  }
}