Klaviyo · Schema

LinkStyleStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
color string
font_style string Font style.
font_weight string
text_decoration string
View JSON Schema on GitHub

JSON Schema

klaviyo-linkstylestyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinkStyleStyles",
  "title": "LinkStyleStyles",
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "nullable": true
    },
    "font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "font_weight": {
      "type": "string",
      "nullable": true
    },
    "text_decoration": {
      "type": "string",
      "nullable": true
    }
  }
}