Snowflake · JSON Structure

Procedure Base Language Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

BaseLanguage is a JSON Structure definition published by Snowflake, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

runtime_version packages imports handler

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BaseLanguage",
  "type": "object",
  "properties": {
    "runtime_version": {
      "type": "string"
    },
    "packages": {
      "type": "array"
    },
    "imports": {
      "type": "array"
    },
    "handler": {
      "type": "string"
    }
  }
}