Snowflake · JSON Structure

Function Service Function Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

endpoint path

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceFunction",
  "type": "object",
  "properties": {
    "endpoint": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}