Snowflake · JSON Structure

Schema Schema Structure

Type: object Properties: 24
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

created_on kind is_default is_current database_name owner comment options managed_access retention_time dropped_on owner_role_type budget data_retention_time_in_days default_ddl_collation log_level pipe_execution_paused max_data_extension_time_in_days suspend_task_after_num_failures trace_level user_task_managed_initial_warehouse_size user_task_timeout_ms serverless_task_min_statement_size serverless_task_max_statement_size

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Schema",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "is_default": {
      "type": "boolean"
    },
    "is_current": {
      "type": "boolean"
    },
    "database_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "options": {
      "type": "string"
    },
    "managed_access": {
      "type": "boolean"
    },
    "retention_time": {
      "type": "integer"
    },
    "dropped_on": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    },
    "data_retention_time_in_days": {
      "type": "integer"
    },
    "default_ddl_collation": {
      "type": "string"
    },
    "log_level": {
      "type": "string"
    },
    "pipe_execution_paused": {
      "type": "boolean"
    },
    "max_data_extension_time_in_days": {
      "type": "integer"
    },
    "suspend_task_after_num_failures": {
      "type": "integer"
    },
    "trace_level": {
      "type": "string"
    },
    "user_task_managed_initial_warehouse_size": {
      "type": "string"
    },
    "user_task_timeout_ms": {
      "type": "integer"
    },
    "serverless_task_min_statement_size": {
      "type": "string"
    },
    "serverless_task_max_statement_size": {
      "type": "string"
    }
  }
}