Snowflake · JSON Structure

Procedure Procedure Structure

Type: object Properties: 14
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name execute_as is_secure arguments comment body created_on schema_name database_name min_num_arguments max_num_arguments owner owner_role_type is_builtin

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Procedure",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "execute_as": {
      "type": "string"
    },
    "is_secure": {
      "type": "boolean"
    },
    "arguments": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "min_num_arguments": {
      "type": "integer"
    },
    "max_num_arguments": {
      "type": "integer"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "is_builtin": {
      "type": "boolean"
    }
  }
}