Klaviyo · Schema

TableBlockStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
block_background_color string
block_border_color string
block_border_style string Border style.
block_border_width integer
block_padding_bottom integer
block_padding_left integer
block_padding_right integer
block_padding_top integer
cell_horizontal_border_color string
cell_horizontal_border_style string Border style.
cell_horizontal_border_width integer
cell_padding_bottom integer
cell_padding_left integer
cell_padding_right integer
cell_padding_top integer
cell_vertical_align string Vertical alignment.
cell_vertical_border_color string
cell_vertical_border_style string Border style.
cell_vertical_border_width integer
header_background_color string
header_font_color string
header_font_family string
header_font_size integer
header_font_style string Font style.
header_font_weight string
header_letter_spacing integer
header_line_height number
header_padding_bottom integer
header_padding_left integer
header_padding_right integer
header_padding_top integer
header_text_decoration string
table_background_color string
table_font_color string
table_font_family string
table_font_size integer
table_text_align string Text Alignment.
use_legacy_mobile_padding boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-tableblockstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TableBlockStyles",
  "title": "TableBlockStyles",
  "type": "object",
  "properties": {
    "block_background_color": {
      "type": "string",
      "nullable": true
    },
    "block_border_color": {
      "type": "string",
      "nullable": true
    },
    "block_border_style": {
      "description": "Border style.",
      "type": "string",
      "enum": [
        "dashed",
        "dotted",
        "groove",
        "inset",
        "none",
        "outset",
        "ridge",
        "solid"
      ],
      "nullable": true
    },
    "block_border_width": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_bottom": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_left": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_right": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_top": {
      "type": "integer",
      "nullable": true
    },
    "cell_horizontal_border_color": {
      "type": "string",
      "nullable": true
    },
    "cell_horizontal_border_style": {
      "description": "Border style.",
      "type": "string",
      "enum": [
        "dashed",
        "dotted",
        "groove",
        "inset",
        "none",
        "outset",
        "ridge",
        "solid"
      ],
      "nullable": true
    },
    "cell_horizontal_border_width": {
      "type": "integer",
      "nullable": true
    },
    "cell_padding_bottom": {
      "type": "integer",
      "nullable": true
    },
    "cell_padding_left": {
      "type": "integer",
      "nullable": true
    },
    "cell_padding_right": {
      "type": "integer",
      "nullable": true
    },
    "cell_padding_top": {
      "type": "integer",
      "nullable": true
    },
    "cell_vertical_align": {
      "description": "Vertical alignment.",
      "type": "string",
      "enum": [
        "baseline",
        "bottom",
        "middle",
        "top"
      ],
      "nullable": true
    },
    "cell_vertical_border_color": {
      "type": "string",
      "nullable": true
    },
    "cell_vertical_border_style": {
      "description": "Border style.",
      "type": "string",
      "enum": [
        "dashed",
        "dotted",
        "groove",
        "inset",
        "none",
        "outset",
        "ridge",
        "solid"
      ],
      "nullable": true
    },
    "cell_vertical_border_width": {
      "type": "integer",
      "nullable": true
    },
    "header_background_color": {
      "type": "string",
      "nullable": true
    },
    "header_font_color": {
      "type": "string",
      "nullable": true
    },
    "header_font_family": {
      "type": "string",
      "nullable": true
    },
    "header_font_size": {
      "type": "integer",
      "nullable": true
    },
    "header_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "header_font_weight": {
      "type": "string",
      "nullable": true
    },
    "header_letter_spacing": {
      "type": "integer",
      "nullable": true
    },
    "header_line_height": {
      "type": "number",
      "nullable": true
    },
    "header_padding_bottom": {
      "type": "integer",
      "nullable": true
    },
    "header_padding_left": {
      "type": "integer",
      "nullable": true
    },
    "header_padding_right": {
      "type": "integer",
      "nullable": true
    },
    "header_padding_top": {
      "type": "integer",
      "nullable": true
    },
    "header_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "table_background_color": {
      "type": "string",
      "nullable": true
    },
    "table_font_color": {
      "type": "string",
      "nullable": true
    },
    "table_font_family": {
      "type": "string",
      "nullable": true
    },
    "table_font_size": {
      "type": "integer",
      "nullable": true
    },
    "table_text_align": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "use_legacy_mobile_padding": {
      "type": "boolean",
      "nullable": true
    }
  }
}