Snowflake · JSON Structure

Event Table Event Table Column Structure

Type: object Properties: 9
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name datatype nullable default primary_key unique_key check expression comment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventTableColumn",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datatype": {
      "type": "string"
    },
    "nullable": {
      "type": "boolean"
    },
    "default": {
      "type": "string"
    },
    "primary_key": {
      "type": "boolean"
    },
    "unique_key": {
      "type": "boolean"
    },
    "check": {
      "type": "string"
    },
    "expression": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}