Snowflake · Schema

Catalog

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
catalog_source string Type of external catalog
View JSON Schema on GitHub

JSON Schema

catalog-integration-catalog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Catalog",
  "type": "object",
  "properties": {
    "catalog_source": {
      "type": "string",
      "description": "Type of external catalog"
    }
  }
}