Snowflake · JSON Structure

Iceberg Table Constraint Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name column_names constraint_type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Constraint",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "column_names": {
      "type": "array"
    },
    "constraint_type": {
      "type": "string"
    }
  }
}