Snowflake · Schema

ServiceFunction

Service based function

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
endpoint string Function's endpoint
path string Function's path
View JSON Schema on GitHub

JSON Schema

function-service-function-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceFunction",
  "type": "object",
  "description": "Service based function",
  "properties": {
    "endpoint": {
      "type": "string",
      "description": "Function's endpoint"
    },
    "path": {
      "type": "string",
      "description": "Function's path"
    }
  }
}