Snowflake · Schema

SQLFunction

Data LakesData SharingData WarehousingDatabaseSQL
View JSON Schema on GitHub

JSON Schema

snowflake-sqlfunction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SQLFunction",
  "title": "SQLFunction",
  "allOf": [
    {
      "$ref": "#/components/schemas/FunctionLanguage"
    }
  ]
}