Klaviyo · Schema

BaseStyleProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
currency string
currency_set_on_template boolean
disable_websafe_fonts boolean
is_user_draggable boolean
mobile_optimizations boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-basestyleproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseStyleProperties",
  "title": "BaseStyleProperties",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "nullable": true
    },
    "currency_set_on_template": {
      "type": "boolean",
      "nullable": true
    },
    "disable_websafe_fonts": {
      "type": "boolean",
      "nullable": true
    },
    "is_user_draggable": {
      "type": "boolean",
      "nullable": true
    },
    "mobile_optimizations": {
      "type": "boolean",
      "nullable": true
    }
  }
}