Snowflake · Schema

ApiHook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
type string Type of ApiHook, can be AWS, AZURE, GC or GIT.
View JSON Schema on GitHub

JSON Schema

api-integration-api-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApiHook",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of ApiHook, can be AWS, AZURE, GC or GIT."
    }
  }
}