Klaviyo · Schema

HorizontalRuleBlockStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
block_background_color string
block_padding_bottom integer
block_padding_left integer
block_padding_right integer
block_padding_top integer
border_color string
border_style string Border style.
border_width integer
mobile_stretch_content boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-horizontalruleblockstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HorizontalRuleBlockStyles",
  "title": "HorizontalRuleBlockStyles",
  "type": "object",
  "properties": {
    "block_background_color": {
      "type": "string",
      "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
    },
    "border_color": {
      "type": "string",
      "nullable": true
    },
    "border_style": {
      "description": "Border style.",
      "type": "string",
      "enum": [
        "dashed",
        "dotted",
        "groove",
        "inset",
        "none",
        "outset",
        "ridge",
        "solid"
      ],
      "nullable": true
    },
    "border_width": {
      "type": "integer",
      "nullable": true
    },
    "mobile_stretch_content": {
      "type": "boolean",
      "nullable": true
    }
  }
}