Klaviyo · Schema

CustomCss

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
enabled boolean
css string
View JSON Schema on GitHub

JSON Schema

klaviyo-customcss-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomCss",
  "title": "CustomCss",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "default": false
    },
    "css": {
      "type": "string",
      "default": ""
    }
  }
}