Klaviyo · Schema

StaticTableBlockProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
dynamic boolean
num_columns integer
show_headers boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-statictableblockproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StaticTableBlockProperties",
  "title": "StaticTableBlockProperties",
  "type": "object",
  "properties": {
    "dynamic": {
      "type": "boolean",
      "enum": [
        false
      ],
      "nullable": true
    },
    "num_columns": {
      "type": "integer",
      "nullable": true
    },
    "show_headers": {
      "type": "boolean",
      "nullable": true
    }
  },
  "required": [
    "dynamic"
  ]
}